Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PlgQuickiconDownloadkey
+ Graphe d'héritage de PlgQuickiconDownloadkey:

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 ()
 

Description détaillée

Joomla! update notification plugin

Depuis
4.0.0

Documentation des fonctions membres

◆ getMissingDownloadKeyInfo()

getMissingDownloadKeyInfo ( )

Gets the information about update sites requiring but missing a download key.

The return array has two keys:

  • supported Number of update sites supporting Download Key
  • missing Number of update sites missing a Download Key

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.

Renvoie
array
Depuis
4.0.0

Références JPATH_ADMINISTRATOR.

◆ onGetIcons()

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.

Paramètres
string$contextThe calling context
Renvoie
array A list of icon definition associative arrays, consisting of the keys link, image, text and access.
Depuis
4.0.0

Références $context, et $info.

Documentation des champs

◆ $app

$app
protected

◆ $autoloadLanguage

$autoloadLanguage = true
protected

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