Overview

Namespaces

  • cli_db
    • propel
      • map
      • om
  • cli_import
  • LoggedPDO
  • None
  • PHP
  • webservices
    • cart
    • combisearch
    • details
      • annotations
        • feature
    • graphs
      • barplot
      • genome
    • listing
    • queue

Classes

  • AbstractTable
  • Acquisition
  • Analysis
  • Assay
  • Biomaterial
  • Contact
  • Feature
  • Organism
  • Protocol
  • Publication
  • Quantification

Interfaces

  • Table
  • Overview
  • Namespace
  • Class
  • Tree

Class Biomaterial

abstract class as parent for tbro-db commands. implements standard behavior for insert, update, delete, list and display subcommands

cli_db\AbstractTable implements CLI_Command, cli_db\Table
Extended by cli_db\Biomaterial
Namespace: cli_db
Located at src/cli/db/commands/Biomaterial.php
Methods summary
public static
# getKeys( )

Inheritdoc

public static
# CLI_commandDescription( )

Inheritdoc

public static
# CLI_commandName( )

Inheritdoc

public static
# CLI_longHelp( )

Inheritdoc

public static
# getSubCommands( )

Inheritdoc

protected static
# command_insert( Array $options, Array $keys )

Parameters

$options
Array
$options user-specified command line parameters
$keys
Array
$keys result from self::getKeys()

Inheritdoc

overwritten to set type to biomaterial

Overrides

cli_db\AbstractTable::command_insert()
protected static
# command_add_condition( Array $options, Array $keys )

command to add condition. checks for parent biomaterial & parent type, links against parent

command to add condition. checks for parent biomaterial & parent type, links against parent

Parameters

$options
Array
$options user-specified command line parameters
$keys
Array
$keys result from self::getKeys()
protected static
# command_add_condition_sample( Array $options, Array $keys )

command to add sample. checks for parent biomaterial & parent type, links against parent

command to add sample. checks for parent biomaterial & parent type, links against parent

Parameters

$options
Array
$options user-specified command line parameters
$keys
Array
$keys result from self::getKeys()
protected static
# command_details( Array $options, Array $keys )

Parameters

$options
Array
$options user-specified command line parameters
$keys
Array
$keys result from self::getKeys()

InheritDoc

overwritten to display additional information

Overrides

cli_db\AbstractTable::command_details()
public static
# getPropelClass( )

InheritDoc

Methods inherited from cli_db\AbstractTable
CLI_checkRequiredOpts(), CLI_execute(), CLI_getCommand(), command_delete(), command_delete_confirm(), command_insert_set_defaults(), command_list(), command_update(), prepareQueryResult(), printTable(), setKeys()
tbro API documentation generated by ApiGen 2.8.0