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

Interface Table

Direct known implementers

cli_db\AbstractTable

Indirect known implementers

cli_db\Acquisition, cli_db\Analysis, cli_db\Assay, cli_db\Biomaterial, cli_db\Contact, cli_db\Feature, cli_db\Organism, cli_db\Protocol, cli_db\Publication, cli_db\Quantification
Namespace: cli_db
Located at src/cli/db/classes/AbstractTable.php
Methods summary
public static
# getKeys( )

returns associative array of command parameters. key is command name, value is an array describing paramteters consisting of . action: array of subcommands this parameter is available for. array key is subcommand name, value is one of optional|required . description: description for help text . colname: name of associated Propel column. Ucfirst. can be unset, but then this parameter will not be evaluated automatically . all other keys will be passed to $submcd->addOption

returns associative array of command parameters. key is command name, value is an array describing paramteters consisting of . action: array of subcommands this parameter is available for. array key is subcommand name, value is one of optional|required . description: description for help text . colname: name of associated Propel column. Ucfirst. can be unset, but then this parameter will not be evaluated automatically . all other keys will be passed to $submcd->addOption

public static
# getSubCommands( )

array of available subcommands

array of available subcommands

public static
# getPropelClass( )

namespace and class name of propel class this table is based on

namespace and class name of propel class this table is based on

tbro API documentation generated by ApiGen 2.8.0