class EmpireExecutePluginsCommand extends ContainerAwareCommand

Class EmpireExecuteDefaultCommand - executes all commands which extends AbstractInstantiableCommand

Methods

configure()

No description

static array
getCommands()

No description

static 
setCommands(array $commands)

No description

static 
addCommand($command)

No description

execute(InputInterface $mainInput, OutputInterface $output)

Execute registered commands

Details

at line 33
protected configure()

See also

Command

at line 44
static array getCommands()

Return Value

array

at line 52
static setCommands(array $commands)

Parameters

array $commands

at line 60
static addCommand($command)

Parameters

$command

at line 70
protected execute(InputInterface $mainInput, OutputInterface $output)

Execute registered commands

Parameters

InputInterface $mainInput
OutputInterface $output