[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 294 lignes (9 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Auth_Signup:: (8 méthodes):
Auth_Signup()
singleton()
addSignup()
queueSignup()
getQueuedSignup()
getQueuedSignups()
removeQueuedSignup()
newSignup()
DataTreeObject_Signup:: (1 méthode):
DataTreeObject_Signup()
HordeSignupForm:: (1 méthode):
HordeSignupForm()
Classe: Auth_Signup - X-Ref
Auth_Signup:: This class provides an interface to sign up or haveAuth_Signup() X-Ref |
Pointer to a DataTree instance to manage/store signups |
singleton() X-Ref |
Attempts to return a reference to a concrete Auth_Signup instance. It will only create a new instance if no Auth_Signup instance currently exists. This method must be invoked as: $var = &Auth_Signup::singleton() return: Auth_Signup The concrete Auth_Signup reference, or false on error. |
addSignup(&$info) X-Ref |
Adds a new user to the system and handles any extra fields that may have been compiled, relying on the hooks.php file. return: mixed PEAR_Error if any errors, otherwise true. |
queueSignup(&$info) X-Ref |
Queues the user's submitted registration info for later admin approval. return: mixed PEAR_Error if any errors, otherwise true. |
getQueuedSignup($username) X-Ref |
Get a user's queued signup information. param: string $username The username to retrieve the queued info for. return: DataTreeObject_Signup The DataTreeObject for the requested |
getQueuedSignups() X-Ref |
Get the queued information for all pending signups. return: array An array of DataTreeObject_Signup objects, one for |
removeQueuedSignup($username) X-Ref |
Remove a queued signup. param: string $username The user to remove from the signup queue. |
newSignup($name) X-Ref |
Return a new signup object. param: string $name The signups's name. return: DataTreeObject_Signup A new signup object. |
Classe: DataTreeObject_Signup - X-Ref
Extension of the DataTreeObject class for storing SignupDataTreeObject_Signup($id) X-Ref |
The DataTreeObject_Signup constructor. Just makes sure to call the parent constructor so that the signup's is is set properly. param: string $id The id of the signup. |
Classe: HordeSignupForm - X-Ref
Horde Signup Form, extending of Horde_Form::HordeSignupForm(&$vars) X-Ref |
Pas de description |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |