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
Автор: Duck ([email protected])
Наследование: extends Horde_Core_Auth_Signup_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_params array Configuration parameters.

Открытые методы

Метод Описание
__construct ( ) Constructor.
exists ( string $user ) : boolean Checks if a user exists in the system.
getQueuedSignup ( string $username ) : Horde_Core_Auth_Signup_SqlObject Get a user's queued signup information.
getQueuedSignups ( ) : array Get the queued information for all pending signups.
newSignup ( string $name ) : Horde_Core_Auth_Signup_SqlObject Return a new signup object.
removeQueuedSignup ( string $username ) Remove a queued signup.

Защищенные методы

Метод Описание
_queueSignup ( Horde_Core_Auth_Signup_SqlObject $signup ) Stores the signup data in the backend.

Описание методов

__construct() публичный Метод

Constructor.
public __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.

exists() публичный Метод

Checks if a user exists in the system.
public exists ( string $user ) : boolean
$user string The user to check.
Результат boolean True if the user exists.

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.
public getQueuedSignups ( ) : array
Результат array An array of signup objects, one for each signup in the queue.

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() публичный Метод

Remove a queued signup.
public removeQueuedSignup ( string $username )
$username string The user to remove from the signup queue.

Описание свойств

$_params защищенное свойство

Configuration parameters.
protected array $_params
Результат array