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

Fonctions membres protégées

 doExecute (InputInterface $input, OutputInterface $output)
 
 configure ()
 
- Fonctions membres protégées hérités de AbstractCommand
 configure ()
 
 doExecute (InputInterface $input, OutputInterface $output)
 
 initialise (InputInterface $input, OutputInterface $output)
 

Attributs protégés statiques

static $defaultName = 'scheduler:run'
 
- Attributs protégés statiques hérités de AbstractCommand
static $defaultName
 

Fonctions membres privées

 configureIO (InputInterface $input, OutputInterface $output)
 

Attributs privés

 $ioStyle
 

Membres hérités additionnels

- Fonctions membres publiques hérités de AbstractCommand
 __construct (?string $name=null)
 
 addArgument (string $name, ?int $mode=null, string $description='', $default=null)
 
 addOption (string $name, $shortcut=null, ?int $mode=null, $description='', $default=null)
 
 execute (InputInterface $input, OutputInterface $output)
 
 getAliases ()
 
 getApplication ()
 
 getDefinition ()
 
 getDescription ()
 
 getHelp ()
 
 getHelperSet ()
 
 getName ()
 
 getProcessedHelp ()
 
 getSynopsis (bool $short=false)
 
 isEnabled ()
 
 isHidden ()
 
 mergeApplicationDefinition (bool $mergeArgs=true)
 
 setAliases (array $aliases)
 
 setApplication (?Application $application=null)
 
 setDefinition ($definition)
 
 setDescription (string $description)
 
 setHelp (string $help)
 
 setHelperSet (HelperSet $helperSet)
 
 setHidden (bool $hidden)
 
 setName (string $name)
 
- Fonctions membres publiques statiques hérités de AbstractCommand
static getDefaultName ()
 

Description détaillée

Console command to run scheduled tasks.

Depuis
4.1.0

Documentation des fonctions membres

◆ configure()

configure ( )
protected

Configure the command.

Renvoie
void
Depuis
4.1.0

Références InputOption\VALUE_NONE, et InputOption\VALUE_REQUIRED.

◆ configureIO()

configureIO ( InputInterface  $input,
OutputInterface  $output 
)
private

Configure the IO.

Paramètres
InputInterface$inputThe input to inject into the command.
OutputInterface$outputThe output to inject into the command.
Renvoie
void
Depuis
4.1.0

Références $input, et $output.

◆ doExecute()

doExecute ( InputInterface  $input,
OutputInterface  $output 
)
protected
Paramètres
InputInterface$inputThe input to inject into the command.
OutputInterface$outputThe output to inject into the command.
Renvoie
integer The command exit code.
Depuis
4.1.0
Exceptions

Not as a class constant because of some the autoload order doesn't let us load the namespace when it's time to do that (why?)

Références $filters, $id, $input, $key, $output, $task, elseif, Status\NO_ROUTINE, Status\NO_RUN, Status\NO_TASK, null, Status\OK, et Status\WILL_RESUME.

Documentation des champs

◆ $defaultName

$defaultName = 'scheduler:run'
staticprotected

◆ $ioStyle

$ioStyle
private

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