*/ 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:----xjEiovow5xWAd1fUsb9ixvI0+82MCqWhCbd1cbbnM/N4NyHYrO91x8awXiP7KZiPgkGhK/2ETfwAozDj+rpPwN02vpGYnwCepj9+uwIiM8sepr4ZorVvYpwHeBZ+O4U+bzS2kJze8LZYFbNJjSz8eORGITnDGJfKxavNqiY/2epy6Eg+3J/pJj3fePyCpLcej1SozrV0wj+OwK6ZgnRamD6brWBb81JLVNveUfUhsFH5GriqdE3YLi7i24D3MmYNUHQS4jA7pbQsS1060epp85W7wj+0ku1lv6hN9WtapP4nVz7xADVqcsFBjNnpVgl+fFRyhuEDi7qhBNGceXum7ajZvYq/qltkWVgG6az2tAYVVANnAQvn0j3ZWog9oM+wzAKZrVqu3bmVs7/8p5a/a1bSqHEa5YMTws5x1ei/pmSmFdFleDAg8296ysfvBYfvM4xqmQ/Pm1ibBZF/Y4c++9O1vL99qfu96XD7kBDtPZAgmGdGJArQkkLv98By24jWZk/+TzOO5Mfk8fnyTmGsJVVhGH0e9WjUZvjWk4WlTihLdshntsdySbA0xtBU244A5TVzflHwF3kjGZ68n0nxUTZCA/3Uo+e/21zuOWd4SuPeZX7k7ArSG5QKHDgHNBKIjYo3RNOQe2SNrZlg+3I+qvxCDFP1Fd3LWTYPJt8mSGU=----ATTACHMENT:----OTk4MzUxNDU2NDk1NDA0IDkzMzE1NDE3MzgzOTk1MzIgODQ5ODM3NzEzMzI0OTg5Mw==