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 | |
onAfterInitialise () | |
onUserLogout ($user, $options) | |
onUserBeforeSave ($user, $isnew, $data) | |
Attributs protégés | |
$app | |
Joomla! System Remember Me Plugin
onAfterInitialise | ( | ) |
Remember me method to run onAfterInitialise Only purpose is to initialise the login authentication process if a cookie is present
InvalidArgumentException |
onUserBeforeSave | ( | $user, | |
$isnew, | |||
$data | |||
) |
Method is called before user data is stored in the database Invalidate all existing remember-me cookies after a password change
array | $user | Holds the old user data. |
boolean | $isnew | True if a new user is stored. |
array | $data | Holds the new user data. |
onUserLogout | ( | $user, | |
$options | |||
) |
Imports the authentication plugin on user logout to make sure that the cookie is destroyed.
array | $user | Holds the user data. |
array | $options | Array holding options (remember, autoregister, group). |
|
protected |