namespace Symfony\Component\Console\Event
Object name | File name | Summary |
---|---|---|
ConsoleAlarmEvent | vendor/symfony/console/Event/ConsoleAlarmEvent.php | |
ConsoleCommandEvent | vendor/symfony/console/Event/ConsoleCommandEvent.php | Allows to do things before the command is executed, like skipping the command or executing code before the command is going to be executed. |
ConsoleErrorEvent | vendor/symfony/console/Event/ConsoleErrorEvent.php | Allows to handle throwables thrown while running a command. |
ConsoleEvent | vendor/symfony/console/Event/ConsoleEvent.php | Allows to inspect input and output of a command. |
ConsoleSignalEvent | vendor/symfony/console/Event/ConsoleSignalEvent.php | @author marie <marie@users.noreply.github.com> |
ConsoleTerminateEvent | vendor/symfony/console/Event/ConsoleTerminateEvent.php | Allows to manipulate the exit code of a command after its execution. |