[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/Auth/ -> Signup.php (sommaire)

(pas de description)

Poids: 294 lignes (9 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 3 classes

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 have
new users sign themselves up into the horde installation, depending
on how the admin has configured Horde.

$Horde: framework/Auth/Auth/Signup.php,v 1.38.2.11 2006/08/14 02:48:48 chuck Exp $

Copyright 2002-2006 Marko Djukic <marko@oblo.com>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Auth_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 Signup
information in the DataTree driver. If you want to store
specialized Signup information, you should extend this class
instead of extending DataTreeObject directly.

DataTreeObject_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::

Copyright 2003-2006 Marko Djukic <marko@oblo.com>

See the enclosed file COPYING for license information (GPL).  If you
did not receive this file, see http://www.fsf.org/copyleft/gpl.html.

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