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 Publication

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

public static cli_db\propel\Pub
# getPropelPubFromBibsonomy( String $bibsonomy_link, String $username, String $api_key )

reads from given bibsonomy link, using username and api key. returns unsaved \cli_db\propel\Pub instance

reads from given bibsonomy link, using username and api key. returns unsaved \cli_db\propel\Pub instance

Parameters

$bibsonomy_link
String
$bibsonomy_link
$username
String
$username
$api_key
String
$api_key

Returns

cli_db\propel\Pub
unsaved instance
public static
# command_link_bibsonomy( Array $options, Array $keys )

links a publication against this feature

links a publication against this feature

Parameters

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

removes given publication from this feature

removes given publication from this feature

Parameters

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

Returns

nothing

Overrides

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