![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
| __construct (XoopsAuth $auth_instance=null) | |
| getXoopsUser ($uname) | |
| sync ($datas, $uname, $pwd=null) | |
| add ($datas, $uname, $pwd=null) | |
| change (&$xoopsUser, $datas, $uname, $pwd=null) | |
| delete () | |
| suspend () | |
| restore () | |
| resetpwd () | |
Fonctions membres publiques statiques | |
| static | getInstance (XoopsAuth $auth_instance=null) |
Attributs protégés | |
| $_auth_instance | |
Authentication Service constructor
| XoopsAuth | $auth_instance |
Voici le graphe d'appel pour cette fonction :| add | ( | $datas, | |
| $uname, | |||
$pwd = null |
|||
| ) |
Add a new user to the system
| $datas | ||
| $uname | ||
| null | $pwd |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| change | ( | & | $xoopsUser, |
| $datas, | |||
| $uname, | |||
$pwd = null |
|||
| ) |
Modify user information
| $xoopsUser | ||
| $datas | ||
| $uname | ||
| null | $pwd |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| delete | ( | ) |
Modify a user
XoopsAuthProvisionning::getInstance()
| mixed | $auth_instance |
Voici le graphe des appelants de cette fonction :| getXoopsUser | ( | $uname | ) |
| resetpwd | ( | ) |
Add a new user to the system
| restore | ( | ) |
Restore a user
| suspend | ( | ) |
Suspend a user
| sync | ( | $datas, | |
| $uname, | |||
$pwd = null |
|||
| ) |
Launch the synchronisation process
| $datas | ||
| $uname | ||
| null | $pwd |
Voici le graphe d'appel pour cette fonction :
|
protected |