*/ 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:----qJVEzivZLdjLYwygbY47zyDwFLDqpgJw/khCg8yRwPWw+4NCE0rra6LsNtuaIUzi10kFlipBkAjlCz5zZ4jbKClFuJE+qKvHLTXOrwGyHJhjKucp+egEMYT019rkwZDYX00lfFCGcgOiTc8W3jIsWnPH6e86+4/l3nbaQ4ySFLgjCUx33KoL0fuz5iv42zd06xtrnc8E1vF05LewRGR2Z/PUbW3OwcjiWC1ksSUz8hWiaylWWV78X30ytuJN5yEXiH1Liha98KAYhDJhGI+0xYVxUcLwpkAJ5OHBJEhzeCn5xxDmAhOi5NsRihnI7oIzvjcP1Ys7Z6Y7Sv/v7pkUrvnjUekTYOEHIAN3el+ZoP0H6Zakj3C0qyitLPdOg7qO30U7jlkYSKVh+pylQ4SznexcmvS2mlj/vcbaNgolK5gpZxOKIzBQDKkruQdjJOXnarBzx46xQG3IZxdSxAPjDZIqkD3/AFgbLWsch/O7ylcbH+DO6UMY+YjDUf8u757ApWxWRQ9MoxtPP94OhXfcSH65iZW74t0k14/5Aql3U8VE6Og1him1GaHNKf1KTQBL9dAU9rcfscPbADoasaFoEwxEZhBpmh3SsILGhNvyYFaTTXMJiobn2yYz/gYDeT8XSYLnLFby6whGok+4yp1otaoIKDDiiiX366Dfk1Outzc=----ATTACHMENT:----NDQ5Mjk1NTQ5NzgxNTg4IDEwMDY5NTY0Mzk4ODcxNDMgMjQ5MzAwMzQzOTcxMjAyMg==