Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe PlgSystemUpdatenotification
+ Graphe d'héritage de PlgSystemUpdatenotification:

Attributs protégés

 $autoloadLanguage = true
 

Fonctions membres privées

 getSuperUsers ($email=null)
 
 clearCacheGroups (array $clearGroups, array $cacheClients=array(0, 1))
 

Description détaillée

Joomla! Update Notification plugin

Sends out an email to all Super Users or a predefined email address when a new Joomla! version is available.

This plugin is a direct adaptation of the corresponding plugin in Akeeba Ltd's Admin Tools. The author has consented to relicensing their plugin's code under GPLv2 or later (the original version was licensed under GPLv3 or later) to allow its inclusion in the Joomla! CMS.

Depuis
3.5

Documentation des fonctions membres

◆ clearCacheGroups()

clearCacheGroups ( array  $clearGroups,
array  $cacheClients = array(0, 1) 
)
private

Clears cache groups. We use it to clear the plugins cache after we update the last run timestamp.

Paramètres
array$clearGroupsThe cache groups to clean
array$cacheClientsThe cache clients (site, admin) to clean
Renvoie
void
Depuis
3.5

Références $options, JPATH_ADMINISTRATOR, et JPATH_SITE.

◆ getSuperUsers()

getSuperUsers (   $email = null)
private

Returns the Super Users email information. If you provide a comma separated $email list we will check that these emails do belong to Super Users and that they have not blocked system emails.

Paramètres
null | string$emailA list of Super Users to email
Renvoie
array The list of Super User emails
Depuis
3.5

Références $db, $enabled, $g, $groups, $id, et $query.

Documentation des champs

◆ $autoloadLanguage

$autoloadLanguage = true
protected

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