Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
onGetIcons ($context) | |
getMissingDownloadKeyInfo () | |
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 () | |
Attributs protégés | |
$autoloadLanguage = true | |
$app | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Membres hérités additionnels | |
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 () | |
Joomla! update notification plugin
getMissingDownloadKeyInfo | ( | ) |
Gets the information about update sites requiring but missing a download key.
The return array has two keys:
If 'supported' is zero you do not need to provide any download keys. All your extensions are free downloads.
If 'supported' is non-zero and 'missing' is zero you have entered a download key for all paid extensions.
If 'supported' is non-zero and 'missing' is also non-zero you need to enter one or more download keys.
Références JPATH_ADMINISTRATOR.
onGetIcons | ( | $context | ) |
Returns an icon definition for an icon which looks for extensions updates via AJAX and displays a notification when such updates are found.
string | $context | The calling context |
|
protected |
|
protected |