ConsoleCommandEvent |
vendor/symfony/console/Event/ConsoleCommandEvent.php |
Allows to do things before the command is executed, like skipping the command or changing the input. |
ConsoleEvent |
vendor/symfony/console/Event/ConsoleEvent.php |
Allows to inspect input and output of a command. |
ConsoleExceptionEvent |
vendor/symfony/console/Event/ConsoleExceptionEvent.php |
Allows to handle exception thrown in a command. |
ConsoleTerminateEvent |
vendor/symfony/console/Event/ConsoleTerminateEvent.php |
Allows to manipulate the exit code of a command after its execution. |