Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (&$subject, $config=array()) | |
onExtensionAfterInstall ($installer, $eid) | |
onExtensionAfterUninstall ($installer, $eid, $removed) | |
onExtensionAfterUpdate ($installer, $eid) | |
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 privés | |
$fileCreator = null | |
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 | |
Joomla! namespace map creator / updater.
__construct | ( | & | $subject, |
$config = array() |
|||
) |
Constructor
DispatcherInterface | &$subject | The object to observe |
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, $subject, et Symfony\Contracts\Service\__construct().
onExtensionAfterInstall | ( | $installer, | |
$eid | |||
) |
Update / Create map on extension install
Installer | $installer | Installer instance |
integer | $eid | Extension id |
onExtensionAfterUninstall | ( | $installer, | |
$eid, | |||
$removed | |||
) |
Update / Create map on extension uninstall
Installer | $installer | Installer instance |
integer | $eid | Extension id |
boolean | $removed | Installation result |
onExtensionAfterUpdate | ( | $installer, | |
$eid | |||
) |
Update map on extension update
Installer | $installer | Installer instance |
integer | $eid | Extension id |
|
private |