PHP Class Horde_Core_Auth_Signup_Sql, horde
Copyright 2008-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
显示文件
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_params |
array |
Configuration parameters. |
|
Public Methods
Protected Methods
Method |
Description |
|
_queueSignup ( Horde_Core_Auth_Signup_SqlObject $signup ) |
Stores the signup data in the backend. |
|
Method Details
__construct()
public method
_queueSignup()
protected method
Stores the signup data in the backend.
protected _queueSignup ( Horde_Core_Auth_Signup_SqlObject $signup ) |
$signup |
Horde_Core_Auth_Signup_SqlObject |
Signup data. |
Checks if a user exists in the system.
getQueuedSignup()
public method
Get a user's queued signup information.
public getQueuedSignup ( string $username ) : Horde_Core_Auth_Signup_SqlObject |
$username |
string |
The username to retrieve the queued info for. |
return |
Horde_Core_Auth_Signup_SqlObject |
$signup The object for the
requested signup. |
getQueuedSignups()
public method
Get the queued information for all pending signups.
newSignup()
public method
Return a new signup object.
public newSignup ( string $name ) : Horde_Core_Auth_Signup_SqlObject |
$name |
string |
The signups's name. |
return |
Horde_Core_Auth_Signup_SqlObject |
A new signup object. |
removeQueuedSignup()
public method
Property Details
$_params protected_oe property
Configuration parameters.
protected array $_params |
return |
array |
|