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

Fonctions membres publiques statiques

static getSubscribedEvents ()
 

Attributs protégés

 $app
 
 $db
 
 $autoloadLanguage = true
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

Fonctions membres privées

 getDataFromTask (Task $task)
 

Attributs privés

const TASK_NOTIFICATION_FORM = 'task_notification'
 

Membres hérités additionnels

- Fonctions membres publiques hérités de CMSPlugin
 __construct (&$subject, $config=array())
 
 loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR)
 
 setApplication (CMSApplicationInterface $application)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de PluginInterface
 registerListeners ()
 
- Champs de données hérités de CMSPlugin
 $params = null
 
- Fonctions membres protégées hérités de CMSPlugin
 registerLegacyListener (string $methodName)
 
 registerListener (string $methodName)
 
 getApplication ()
 

Description détaillée

This plugin implements email notification functionality for Tasks configured through the Scheduler component. Notification configuration is supported on a per-task basis, which can be set-up through the Task item form, made possible by injecting the notification fields into the item form with a onContentPrepareForm listener.

Notifications can be set-up on: task success, failure, fatal failure (task running too long or crashing the request), or on orphaned task routines (missing parent plugin - either uninstalled, disabled or no longer offering a routine with the same ID).

Depuis
4.1.0

Documentation des fonctions membres

◆ getDataFromTask()

getDataFromTask ( Task  $task)
private
Paramètres
Task$taskA task object
Renvoie
array An array of data to bind to a mail template.
Depuis
4.1.0

Références $task, Text\_(), et Factory\getDate().

◆ getSubscribedEvents()

static getSubscribedEvents ( )
static
Renvoie
array
Depuis
4.1.0

Implémente SubscriberInterface.

Documentation des champs

◆ $app

$app
protected

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ $db

$db
protected

◆ TASK_NOTIFICATION_FORM

const TASK_NOTIFICATION_FORM = 'task_notification'
private

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