Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (&$subject, $config) | |
onUserLogout ($user, $options=[]) | |
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 protégés | |
$app | |
$autoloadLanguage = true | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
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 () | |
Plugin class for logout redirect handling.
__construct | ( | & | $subject, |
$config | |||
) |
object | &$subject | The object to observe – event dispatcher. |
object | $config | An optional associative array of configuration settings. |
Références $config, $hash, $subject, et Symfony\Contracts\Service\__construct().
onUserLogout | ( | $user, | |
$options = [] |
|||
) |
Method to handle any logout logic and report back to the subject.
array | $user | Holds the user data. |
array | $options | Array holding options (client, ...). |
Références true.
|
protected |
|
protected |