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

Fonctions membres publiques

 __construct ($subject, Document $document, $config=array())
 
 getCoreUpdateNotification (QuickIconsEvent $event)
 
- 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 ()
 

Fonctions membres publiques statiques

static getSubscribedEvents ()
 

Attributs protégés

 $autoloadLanguage = true
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

Attributs privés

 $document
 

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
2.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $subject,
Document  $document,
  $config = array() 
)

Constructor

Paramètres
DispatcherInterface$subjectThe object to observe
Document$documentThe document
array$configAn optional associative array of configuration settings. Recognized key values include 'name', 'group', 'params', 'language' (this list is not meant to be comprehensive).
Depuis
4.0.0

Références $config, $document, $subject, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ getCoreUpdateNotification()

getCoreUpdateNotification ( QuickIconsEvent  $event)

This method is called when the Quick Icons module is constructing its set of icons. You can return an array which defines a single icon and it will be rendered right after the stock Quick Icons.

Paramètres
QuickIconsEvent$eventThe event object
Renvoie
void
Depuis
4.0.0

Références $context, $result, Text\_(), Uri\base(), AbstractEvent\getArgument(), QuickIconsEvent\getContext(), Session\getFormToken(), Text\script(), et AbstractEvent\setArgument().

◆ getSubscribedEvents()

static getSubscribedEvents ( )
static

Returns an array of events this subscriber will listen to.

Renvoie
array
Depuis
4.0.0

Implémente SubscriberInterface.

Documentation des champs

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ $document

$document
private

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