PHP Класс 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
Показать файл
Открыть проект
Защищенные свойства (Protected)
Открытые методы
Защищенные методы
Метод |
Описание |
|
_queueSignup ( Horde_Core_Auth_Signup_SqlObject $signup ) |
Stores the signup data in the backend. |
|
Описание методов
__construct()
публичный Метод
_queueSignup()
защищенный Метод
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()
публичный Метод
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. |
Результат |
Horde_Core_Auth_Signup_SqlObject |
$signup The object for the
requested signup. |
getQueuedSignups()
публичный Метод
Get the queued information for all pending signups.
newSignup()
публичный Метод
Return a new signup object.
public newSignup ( string $name ) : Horde_Core_Auth_Signup_SqlObject |
$name |
string |
The signups's name. |
Результат |
Horde_Core_Auth_Signup_SqlObject |
A new signup object. |
removeQueuedSignup()
публичный Метод
Описание свойств
$_params защищенное свойство
Configuration parameters.
protected array $_params |
Результат |
array |
|