Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Application $application, ?AbstractCommand $command=null) | |
disableCommand () | |
enableCommand () | |
isCommandEnabled () | |
Fonctions membres publiques hérités de ConsoleEvent | |
__construct (string $name, Application $application, ?AbstractCommand $command=null) | |
getApplication () | |
getCommand () | |
Fonctions membres publiques hérités de Event | |
addArgument ($name, $value) | |
setArgument ($name, $value) | |
removeArgument ($name) | |
clearArguments () | |
stop () | |
offsetSet ($name, $value) | |
offsetUnset ($name) | |
Fonctions membres publiques hérités de AbstractEvent | |
__construct ($name, array $arguments=[]) | |
getName () | |
getArgument ($name, $default=null) | |
hasArgument ($name) | |
getArguments () | |
isStopped () | |
stopPropagation () | |
count () | |
serialize () | |
__serialize () | |
unserialize ($serialized) | |
__unserialize (array $data) | |
offsetExists ($name) | |
offsetGet ($name) | |
Champs de données | |
const | RETURN_CODE_DISABLED = 113 |
Attributs privés | |
$commandEnabled = true | |
Membres hérités additionnels | |
Attributs protégés hérités de AbstractEvent | |
$name | |
$arguments | |
$stopped = false | |
Event triggered before a command is executed.
__construct | ( | Application | $application, |
?AbstractCommand | $command = null |
||
) |
Event constructor.
Application | $application | The active application. |
AbstractCommand | null | $command | The command being executed. |
Références ConsoleEvent\$application, ConsoleEvent\$command, Symfony\Contracts\Service\__construct(), et ConsoleEvents\BEFORE_COMMAND_EXECUTE.
disableCommand | ( | ) |
Disable the command.
enableCommand | ( | ) |
Enable the command.
isCommandEnabled | ( | ) |
Check if the command is enabled.
Références BeforeCommandExecuteEvent\$commandEnabled.
|
private |
Référencé par BeforeCommandExecuteEvent\isCommandEnabled().
const RETURN_CODE_DISABLED = 113 |
Référencé par Application\runCommand().