PHP Class LazyRecord\Command\BaseCommand

Inheritance: extends CLIFramework\Command
Show file Open project: corneltek/lazyrecord Class Usage Examples

Protected Properties

Property Type Description
$config LazyRecord\ConfigLoader

Public Methods

Method Description
findSchemasByArguments ( array $arguments )
getConfigLoader ( $required = true )
getCurrentConnection ( )
getCurrentDataSourceId ( )
getCurrentQueryDriver ( )
options ( $opts )
prepare ( )

Method Details

findSchemasByArguments() public method

public findSchemasByArguments ( array $arguments )
$arguments array

getConfigLoader() public method

public getConfigLoader ( $required = true )

getCurrentConnection() public method

getCurrentDataSourceId() public method

getCurrentQueryDriver() public method

options() public method

public options ( $opts )

prepare() public method

public prepare ( )

Property Details

$config protected property

protected ConfigLoader,LazyRecord $config
return LazyRecord\ConfigLoader