PHP Class Horde_Core_Auth_Signup_Null, horde
Copyright 2010-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did
not receive this file, see http://opensource.org/licenses/lgpl-2.1.php
Mostra file
Open project: horde/horde
Public Methods
Protected Methods
Method |
Description |
|
_queueSignup ( mixed $info ) |
Queues the user's submitted registration info for later admin approval. |
|
Method Details
_queueSignup()
protected method
Queues the user's submitted registration info for later admin approval.
Checks if a user exists in the system.
getQueuedSignup()
public method
Get a user's queued signup information.
getQueuedSignups()
public method
Get the queued information for all pending signups.
newSignup()
public method
Return a new signup object.
removeQueuedSignup()
public method