Class ConsoleCommandEvent
Allows to do things before the command is executed, like skipping the command or changing the input.
- Symfony\Component\EventDispatcher\Event
- Symfony\Component\Console\Event\ConsoleEvent
- Symfony\Component\Console\Event\ConsoleCommandEvent
Namespace: Symfony\Component\Console\Event
Author: Fabien Potencier fabien@symfony.com
Located at Event/ConsoleCommandEvent.php
Author: Fabien Potencier fabien@symfony.com
Located at Event/ConsoleCommandEvent.php
public
boolean
|
|
public
boolean
|
|
public
boolean
|
__construct(),
getCommand(),
getInput(),
getOutput()
|
integer |
RETURN_CODE_DISABLED
The return code for skipped commands, this will also be passed into the terminate event. |
#
113
|
$command
|