Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 () | |
Joomla! update notification plugin
__construct | ( | $subject, | |
Document | $document, | ||
$config = array() |
|||
) |
Constructor
DispatcherInterface | $subject | The object to observe |
Document | $document | The document |
array | $config | An optional associative array of configuration settings. Recognized key values include 'name', 'group', 'params', 'language' (this list is not meant to be comprehensive). |
Références $config, $document, $subject, et Symfony\Contracts\Service\__construct().
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.
QuickIconsEvent | $event | The event object |
Références $context, $result, Text\_(), Uri\base(), AbstractEvent\getArgument(), QuickIconsEvent\getContext(), Session\getFormToken(), Text\script(), et AbstractEvent\setArgument().
|
static |
Returns an array of events this subscriber will listen to.
Implémente SubscriberInterface.
|
protected |
|
private |