[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/system/updatenotification/ -> updatenotification.php (summary)

(no description)

Copyright: (C) 2015 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 385 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PlgSystemUpdatenotification:: (3 methods):
  onAfterRender()
  getSuperUsers()
  clearCacheGroups()


Class: PlgSystemUpdatenotification  - X-Ref

Joomla! Update Notification plugin

Sends out an email to all Super Users or a predefined list of email addresses of Super Users 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.

onAfterRender()   X-Ref
The update check and notification email code is triggered after the page has fully rendered.

return: void

getSuperUsers($email = null)   X-Ref
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: null|string  $email  A list of Super Users to email
return: array  The list of Super User emails

clearCacheGroups(array $clearGroups)   X-Ref
Clears cache groups. We use it to clear the plugins cache after we update the last run timestamp.

param: array  $clearGroups  The cache groups to clean
return: void



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer