CommandFinished
in package
Table of Contents
- $command : string
- The command name.
- $exitCode : int
- The command exit code.
- $input : InputInterface|null
- The console input implementation.
- $output : OutputInterface|null
- The command output implementation.
- __construct() : void
- Create a new event instance.
Properties
$command
The command name.
public
string
$command
$exitCode
The command exit code.
public
int
$exitCode
$input
The console input implementation.
public
InputInterface|null
$input
$output
The command output implementation.
public
OutputInterface|null
$output
Methods
__construct()
Create a new event instance.
public
__construct(string $command, InputInterface $input, OutputInterface $output, int $exitCode) : void
Parameters
- $command : string
- $input : InputInterface
- $output : OutputInterface
- $exitCode : int