Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (&$subject, $config) | |
onUserLogout ($user, $options=array()) | |
Fonctions membres publiques inherited from JPlugin | |
loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR) | |
Fonctions membres publiques inherited from JEvent | |
__construct (&$subject) | |
update (&$args) | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Fonctions membres publiques statiques | |
static | handleError (&$error) |
Additional Inherited Members | |
Attributs publics inherited from JPlugin | |
$params = null | |
Attributs protégés inherited from JPlugin | |
$_name = null | |
$_type = null | |
Attributs protégés inherited from JEvent | |
$_subject = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
plgSystemLogout::__construct | ( | & | $subject, |
$config | |||
) |
Object Constructor.
public
object | The object to observe – event dispatcher. |
object | The configuration object for the plugin. |
Réimplémentée à partir de JPlugin.
Références $config, JFactory\getApplication(), JFactory\getConfig(), JApplication\getHash(), JRequest\getString(), null, et JError\setErrorHandling().
|
static |
Références $app, JText\_(), JError\customErrorPage(), JFactory\getApplication(), et null.
plgSystemLogout::onUserLogout | ( | $user, | |
$options = array() |
|||
) |
This method should 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 JFactory\getApplication(), JFactory\getConfig(), et JApplication\getHash().