Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (InputInterface $input, OutputInterface $output, \Throwable $error, Command $command=null) | |
getError () | |
setError (\Throwable $error) | |
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 | |
$error | |
$exitCode | |
Membres hérités additionnels | |
Attributs protégés hérités de ConsoleEvent | |
$command | |
Allows to handle throwables thrown while running a command.
__construct | ( | InputInterface | $input, |
OutputInterface | $output, | ||
\Throwable | $error, | ||
Command | $command = null |
||
) |
getError | ( | ) |
Références ConsoleErrorEvent\$error.
Référencé par ErrorListener\onConsoleError().
getExitCode | ( | ) |
setError | ( | \Throwable | $error | ) |
Références ConsoleErrorEvent\$error.
setExitCode | ( | int | $exitCode | ) |
Références ConsoleErrorEvent\$exitCode, et $r.
|
private |
Référencé par ConsoleErrorEvent\__construct(), ConsoleErrorEvent\getError(), et ConsoleErrorEvent\setError().
|
private |
Référencé par ConsoleErrorEvent\setExitCode().