Constructor.
string $name The event name:
string $command The command about to be executed:
Overrides Event::__construct
public function __construct(string $name, InputInterface $input, string $command) { parent::__construct($name); $this->input = $input; $this->command = $command; }