Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (&$subject, $config) | |
onUserLogout ($user, $options=array()) | |
Fonctions membres publiques statiques | |
static | handleError (&$error) |
Attributs protégés | |
$app | |
$autoloadLanguage = true | |
Plugin class for logout redirect handling.
__construct | ( | & | $subject, |
$config | |||
) |
Constructor.
object | &$subject | The object to observe – event dispatcher. |
object | $config | An optional associative array of configuration settings. |
Références $config, $hash, $subject, et JError\setErrorHandling().
|
static |
Method to handle an error condition.
Exception | &$error | The Exception object to be handled. |
Références $app, et JError\customErrorPage().
onUserLogout | ( | $user, | |
$options = array() |
|||
) |
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 |