![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (Command $command, InputInterface $input, OutputInterface $output, $exitCode) | |
setExitCode ($exitCode) | |
getExitCode () | |
![]() | |
__construct (Command $command, InputInterface $input, OutputInterface $output) | |
getCommand () | |
getInput () | |
getOutput () | |
Private Attributes | |
$exitCode | |
Additional Inherited Members | |
![]() | |
$command | |
Allows to manipulate the exit code of a command after its execution.
Definition at line 23 of file ConsoleTerminateEvent.php.
__construct | ( | Command | $command, |
InputInterface | $input, | ||
OutputInterface | $output, | ||
$exitCode | |||
) |
Definition at line 32 of file ConsoleTerminateEvent.php.
References ConsoleTerminateEvent\$exitCode, and ConsoleTerminateEvent\setExitCode().
getExitCode | ( | ) |
Gets the exit code.
Definition at line 54 of file ConsoleTerminateEvent.php.
References ConsoleTerminateEvent\$exitCode.
setExitCode | ( | $exitCode | ) |
Sets the exit code.
int | $exitCode | The command exit code |
Definition at line 44 of file ConsoleTerminateEvent.php.
References ConsoleTerminateEvent\$exitCode.
Referenced by ConsoleTerminateEvent\__construct(), and ApplicationTest\getDispatcher().
|
private |
Definition at line 30 of file ConsoleTerminateEvent.php.
Referenced by ConsoleTerminateEvent\__construct(), ConsoleTerminateEvent\getExitCode(), and ConsoleTerminateEvent\setExitCode().