Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ConsoleCommandEvent
+ Graphe d'héritage de ConsoleCommandEvent:

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
 

Description détaillée

Allows to do things before the command is executed, like skipping the command or changing the input.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des fonctions membres

◆ commandShouldRun()

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()

disableCommand ( )

Disables the command, so it won't be run.

Références ConsoleCommandEvent\commandShouldRun().

◆ enableCommand()

enableCommand ( )

Documentation des champs

◆ $commandShouldRun

$commandShouldRun = true
private

Indicates if the command should be run or skipped.

Référencé par ConsoleCommandEvent\commandShouldRun().

◆ RETURN_CODE_DISABLED

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().


La documentation de cette classe a été générée à partir du fichier suivant :