*/ final class ConsoleEvents { /** * 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. * * @Event("Symfony\Component\Console\Event\ConsoleCommandEvent") */ public const COMMAND = 'console.command'; /** * The SIGNAL event allows you to perform some actions * after the command execution was interrupted. * * @Event("Symfony\Component\Console\Event\ConsoleSignalEvent") */ public const SIGNAL = 'console.signal'; /** * The TERMINATE event allows you to attach listeners after a command is * executed by the console. * * @Event("Symfony\Component\Console\Event\ConsoleTerminateEvent") */ public const TERMINATE = 'console.terminate'; /** * 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. * * @Event("Symfony\Component\Console\Event\ConsoleErrorEvent") */ public const ERROR = 'console.error'; /** * Event aliases. * * These aliases can be consumed by RegisterListenersPass. */ public const ALIASES = [ ConsoleCommandEvent::class => self::COMMAND, ConsoleErrorEvent::class => self::ERROR, ConsoleSignalEvent::class => self::SIGNAL, ConsoleTerminateEvent::class => self::TERMINATE, ]; } __halt_compiler();----SIGNATURE:----VEoVX7dhRP6CO78W8MVEQOzG91kZe08FK7Q7Lv1XKqfVrqQhOkZYFyjNe4ZuF3PUK1RWsiN6AGpiI+c9qCWEUItqgVdUFhHCE+ILpcGLkCz1XhBZyHLrhP4hLSgk4z3H04eBP/Q1Lab76xyRb+IwVBbXUpOaWGfLapeCk2etoVUFJKXI8sPVm0WzagBjqi63XSeC7+z2thn6nDkxRo5DAZX4Hsm+REuug+ixp0Lb/gh962eQiSWX0MzwxblDVgK+KmLL/Afc/Tm/bPRPAwSE0LyM9cv32jUFFNIDUhj+YiL4soh02plb0OE4we9ctugBKeDJ50glPo1vsSxX3jfOkMfC+QWeiDrchHwPOMu49r8Co9u31izyM6Tdlh6bn3Fzb33F4298Bu3grlheyuGyvC3+v0bfHC+m1tgfFSsHvEe8Lh6o7C31ZEa6DVk8RZkxoGzwke0oQPkbu1+y95ywl3z4gzoSWQ3YA5YDJ3bApYfbUi15RTNJ9ue6+maWjMxbi8y6FI7da4yLdhXL3470xvUe/Xycru5HH/fYd5BmTpSmehHIFZMP8O32nisoTLn2UAeRB4pw93pQV00EagIdahilvi8mMEM143+Ur/tU44QgkyQDJdnWbOGz0Ao8AFISGSLyD0/cnUUQ1eg7bd7QemYmJ4RPCVDIdyAA4hd9oCw=----ATTACHMENT:----OTY4NzY1NjUzNTU4NTg1MiAyMTA2OTAxNzc2MjI1NTMwIDc2NDU2NDk3NDMxNzAyMjI=