Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 () | |
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).
|
private |
Task | $task | A task object |
Références $task, Text\_(), et Factory\getDate().
|
static |
|
protected |
|
protected |
|
protected |
|
private |