![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
initialize () | |
addShortcuts (Event $event) | |
![]() | |
__construct (&$subject, $config=array()) | |
loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR) | |
setApplication (CMSApplicationInterface $application) | |
![]() | |
setDispatcher (DispatcherInterface $dispatcher) | |
![]() | |
registerListeners () | |
Fonctions membres publiques statiques | |
static | getSubscribedEvents () |
Attributs protégés | |
$autoloadLanguage = true | |
![]() | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Membres hérités additionnels | |
![]() | |
$params = null | |
![]() | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
Shortcut plugin to add accessible keyboard shortcuts to the administrator templates.
addShortcuts | ( | Event | $event | ) |
Add default shortcuts to the document
Event | $event | The event |
Références Text\_(), Route\_(), AbstractEvent\getArgument(), et Event\setArgument().
|
static |
Returns an array of events this subscriber will listen to.
The array keys are event names and the value can be:
For instance:
Implémente SubscriberInterface.
initialize | ( | ) |
Add the javascript for the shortcuts
Références $context, $document, $wa, Joomla\CMS\Application\getDispatcher(), et Text\script().
|
protected |