Contains all events dispatched by an Application.
- author Francesco Levorato
CloneableFinalInstantiable
Constants |
public Symfony Event aliases. These aliases can be consumed by RegisterListenersPass. |
public Symfony The COMMAND event allows you to attach listeners before any command is executed by the console. It also allows you to modify the command, input and output before they are handed to the command.
|
public Symfony The ERROR event occurs when an uncaught exception or error appears. This event allows you to deal with the exception/error or to modify the thrown exception.
|
public Symfony The SIGNAL event allows you to perform some actions after the command execution was interrupted.
|
public Symfony The TERMINATE event allows you to attach listeners after a command is executed by the console.
|