Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (DispatcherInterface $dispatcher, array $config, InputFilter $filter, CMSHelper $helper) | |
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 privés | |
$filter | |
$helper | |
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 () | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Implements the Versionable behaviour which allows extensions to automatically support content history for their content items.
This plugin supersedes JTableObserverContenthistory.
__construct | ( | DispatcherInterface | $dispatcher, |
array | $config, | ||
InputFilter | $filter, | ||
CMSHelper | $helper | ||
) |
Constructor.
DispatcherInterface | $dispatcher | The dispatcher |
array | $config | An optional associative array of configuration settings |
InputFilter | $filter | The input filter |
CMSHelper | $helper | The CMS helper |
Références $config, $helper, et Symfony\Contracts\Service\__construct().
|
static |
Returns an array of events this subscriber will listen to.
Implémente SubscriberInterface.
|
private |
|
private |