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 Feature

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\Feature
Namespace: cli_db
Located at src/cli/db/commands/Feature.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

public static
# getPropelClass( )

InheritDoc

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

Parameters

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

Inheritdoc

overwritten to make use of required parameter name (see parameter help). lists only a subset, not the complete table

Overrides

cli_db\AbstractTable::command_list()
protected static
# command_add_synonym( type $options, Array $keys )

adds synonym to this feature. requires bibsonomy link to be passed

adds synonym to this feature. requires bibsonomy link to be passed

Parameters

$options
type
$options
$keys
Array
$keys result from self::getKeys()
protected static
# command_remove_synonym( type $options, Array $keys )

removes synonym from this feature.

removes synonym from this feature.

Parameters

$options
type
$options
$keys
Array
$keys result from self::getKeys()
Methods inherited from cli_db\AbstractTable
CLI_checkRequiredOpts(), CLI_execute(), CLI_getCommand(), command_delete(), command_delete_confirm(), command_details(), command_insert(), command_insert_set_defaults(), command_update(), prepareQueryResult(), printTable(), setKeys()
tbro API documentation generated by ApiGen 2.8.0