Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Command $command, InputInterface $input, OutputInterface $output, int $exitCode) | |
setExitCode (int $exitCode) | |
getExitCode () | |
Fonctions membres publiques hérités de ConsoleEvent | |
__construct (?Command $command, InputInterface $input, OutputInterface $output) | |
getCommand () | |
getInput () | |
getOutput () | |
Attributs privés | |
$exitCode | |
Membres hérités additionnels | |
Attributs protégés hérités de ConsoleEvent | |
$command | |
Allows to manipulate the exit code of a command after its execution.
__construct | ( | Command | $command, |
InputInterface | $input, | ||
OutputInterface | $output, | ||
int | $exitCode | ||
) |
getExitCode | ( | ) |
Références ConsoleTerminateEvent\$exitCode.
Référencé par ErrorListener\onConsoleTerminate().
setExitCode | ( | int | $exitCode | ) |
Références ConsoleTerminateEvent\$exitCode.
Référencé par ConsoleTerminateEvent\__construct().
|
private |
Référencé par ConsoleTerminateEvent\getExitCode(), et ConsoleTerminateEvent\setExitCode().