Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
disableCommand () | |
enableCommand () | |
commandShouldRun () | |
Fonctions membres publiques hérités de ConsoleEvent | |
__construct (?Command $command, InputInterface $input, OutputInterface $output) | |
getCommand () | |
getInput () | |
getOutput () | |
Champs de données | |
const | RETURN_CODE_DISABLED = 113 |
Attributs privés | |
$commandShouldRun = true | |
Membres hérités additionnels | |
Attributs protégés hérités de ConsoleEvent | |
$command | |
Allows to do things before the command is executed, like skipping the command or changing the input.
commandShouldRun | ( | ) |
Returns true if the command is runnable, false otherwise.
Références ConsoleCommandEvent\$commandShouldRun.
Référencé par ConsoleCommandEvent\disableCommand(), et ConsoleCommandEvent\enableCommand().
disableCommand | ( | ) |
Disables the command, so it won't be run.
Références ConsoleCommandEvent\commandShouldRun().
enableCommand | ( | ) |
Références ConsoleCommandEvent\commandShouldRun().
|
private |
Indicates if the command should be run or skipped.
Référencé par ConsoleCommandEvent\commandShouldRun().
const RETURN_CODE_DISABLED = 113 |
The return code for skipped commands, this will also be passed into the terminate event.
Référencé par Application\doRunCommand().