Property | Type | Description | |
---|---|---|---|
$config | Config array | ||
$configOptionMap | Config to options mapping | ||
$logger | The logger instance |
Method | Description | |
---|---|---|
log ( ) : boolean | Helper function that passes through to logger instance | |
pollingConsoleOutput ( ) : boolean | Should the console output be of the polling format |
Method | Description | |
---|---|---|
getConfig ( $key = null ) : mixed | Returns all config items or a specific one | |
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void | Initialises the command just after the input has been validated. | |
mergeDefinitions ( array $definitions ) : array | Globally sets some input options that are available for all commands | |
parseConfig ( $config, $defaults ) : boolean | Parses the configuration file |
protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void | ||
$input | Symfony\Component\Console\Input\InputInterface | An InputInterface instance |
$output | Symfony\Component\Console\Output\OutputInterface | An OutputInterface instance |
return | void |
protected mergeDefinitions ( array $definitions ) : array | ||
$definitions | array | List of command definitions |
return | array |
protected parseConfig ( $config, $defaults ) : boolean | ||
return | boolean |
public pollingConsoleOutput ( ) : boolean | ||
return | boolean |