class CommandFinished

Methods

__construct(string $command, InputInterface $input, OutputInterface $output, int $exitCode)

Create a new event instance.

Details

at line 20
__construct(string $command, InputInterface $input, OutputInterface $output, int $exitCode)

Create a new event instance.

Parameters

string $command

the command name

InputInterface $input

the console input implementation

OutputInterface $output

the command output implementation

int $exitCode

the command exit code