*/ class CommandEvent extends Event { /** @var string */ private $commandName; /** @var InputInterface */ private $input; /** @var OutputInterface */ private $output; /** * Constructor. * * @param string $name The event name * @param string $commandName The command name * @param mixed[] $args Arguments passed by the user * @param mixed[] $flags Optional flags to pass data not as argument */ public function __construct( string $name, string $commandName, InputInterface $input, OutputInterface $output, array $args = [], array $flags = [], ) { parent::__construct($name, $args, $flags); $this->commandName = $commandName; $this->input = $input; $this->output = $output; } /** * Returns the command input interface */ public function getInput(): InputInterface { return $this->input; } /** * Retrieves the command output interface */ public function getOutput(): OutputInterface { return $this->output; } /** * Retrieves the name of the command being run */ public function getCommandName(): string { return $this->commandName; } } __halt_compiler();----SIGNATURE:----w8ehMF6TOMVdVkgiclEoXjFI56wI7lAIVu1AqgVMWSc1Ptr0x8Oe5t5bgetvBKBGiGGW3mXdQ5Q11bi3Lo7gIA9JDrpO1JEJtWW4fHJDTAfqeJ0q1k13ZR4psjAF69YBqVNmwX1IO1N2OxQpcApXeTWzf15ZEfum6Vao1tcT11RsePWpqVG6PhQUZ6T6d7X1loh3ItFWC7EhQCrEw4GRy4/cZPdXtB9oaSEabhz1FkhYWnStZJYomFOLbEqfJGlsHXPNRfujielq5XIxqdXkTjtRKZQiKpABIyX1R5Qxrwaq7CgPCl0lRAEssiLHlYDSEVSSCTOIm29btbF0nNMDgHyJCbh7Lpg6wBxtZR3TemiGPAJtIsRYF1o1vZ7GpMFaS/dCsr9qxmKhBgWSZY5uIYOMyAGDsevY/IMDgZ/+hBcuKeo+c2CKbHG4dc+gw7rBIpgFH3UWI81+xTb9iQDJefoIIs/Me1jimrAMqWa+M45zi4UC/wGCkoNA0WXHG6M1jzvts9PyMmKQ6JcB1V/elwPBMLveP2t/hAUblMb9f6ehua7x6Rmtxk6OuFgn89yrvrdLKCDJvmRUmSd6QZ3ARMuuhn/2bW1CO0SzAZT6ODDzPmTPAtk/MzN2uVrwtaUKcAEua5R+cuO/6XF+crfVmiXxG1CV/hP8CZdaEEp40w8=----ATTACHMENT:----NzEzODY0NTIxODgyMjA4MiAzMDk3MzMxMjkyOTgyMjQwIDQyMzkwNjQ3ODgwMjg2NDY=