Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe TaskOptions

Fonctions membres publiques

 addOptions (array $taskRoutines)
 
 findOption (?string $routineId)
 

Champs de données

 $options = []
 

Description détaillée

The TaskOptions class. Used as the subject argument for the onTaskOptionsList event, plugins that support tasks must add them to the object through the addOptions() method.

Depuis
4.1.0

Documentation des fonctions membres

◆ addOptions()

addOptions ( array  $taskRoutines)

◆ findOption()

findOption ( ?string  $routineId)
Paramètres
?string$routineId A unique identifier for a plugin task routine
Renvoie
?TaskOption A matching TaskOption if available, null otherwise
Depuis
4.1.0

Références $option, et null.

Documentation des champs

◆ $options

$options = []

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