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é
|
Attributs protégés | |
$autoloadLanguage = true | |
Fonctions membres privées | |
getSuperUsers ($email=null) | |
clearCacheGroups (array $clearGroups, array $cacheClients=array(0, 1)) | |
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.
|
private |
Clears cache groups. We use it to clear the plugins cache after we update the last run timestamp.
array | $clearGroups | The cache groups to clean |
array | $cacheClients | The cache clients (site, admin) to clean |
Références $options, JPATH_ADMINISTRATOR, et JPATH_SITE.
|
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.
null | string | A list of Super Users to email |
|
protected |