*/ class PreCommandRunEvent extends Event { /** @var InputInterface */ private $input; /** @var string */ private $command; /** * Constructor. * * @param string $name The event name * @param string $command The command about to be executed */ public function __construct(string $name, InputInterface $input, string $command) { parent::__construct($name); $this->input = $input; $this->command = $command; } /** * Returns the console input */ public function getInput(): InputInterface { return $this->input; } /** * Returns the command about to be executed */ public function getCommand(): string { return $this->command; } }__halt_compiler();----SIGNATURE:----PjFRzv2y3pl/HkykedPwOKHniD+GJn9a6I2SsLGst1gYJMBsYlAw19Ea/FD4BQ2Vo1upR1PmC2RSevaIFcIM/KaRrwWlQZffpXkHvnlLsbpMhU6tdrRnuj75s6NB/ruKYB2nTG3eP3MGaMw+SywJmo5HuTVPGMFjtBmT2qsuyl3E4iBsCgP1ipXF1bVKijrI5zY0mXL0ngO0+2j8DmOYYDVQBsqsULbKFiiCmiTBGOImhQUjLCtubFSueCN1b2ZAgDL+uWr7VFMr22APmJ29ZQLpYf3st3LpYle0moeM7ftrL6Dz4JJA3WznBRZanxynyDHkHQlo8EkCyN2LcqfWRTU0RXZZM5iDjkR6lk/gjP+XlyducNT9f78QSH8M+CeFPycYZJLZ7uF7ivOgcVVmGK+g4EfecrqUX98b6rrQ0DWkY7Kj+Kw9vm5t06gcsZHdAeW5ANyOPZQfQHNktB4BCz3E6tsVdWBJ3zarqA2zQFoIsv5FL3I1ueFiqmWsSLOmEXNgjgSz+UzUp3iX/oH+AYpJj1Dtr/bhOCHZcovPJJBqOGTbAB0fxPuJomd6oPC3SHpUEgUGjhfE/g3ap4aU1RnTHXwMCkBEYl5mpUZ/Ib88R0cxNEv//brLggNXN1Mw0TPi4YzIuhMprHM/waFNERnN2IBAn9sqlCVfKrvxeEY=----ATTACHMENT:----NDI3MDYzNDU4NjE2ODk4MiA2NzY3MTcxNzU4OTg0OTk5IDExNjI1NzgxMzQ4MTc4Mjk=