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

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

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

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

Метод Описание
_queueSignup ( mixed $info ) Queues the user's submitted registration info for later admin approval.

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

_queueSignup() защищенный Метод

Queues the user's submitted registration info for later admin approval.
protected _queueSignup ( mixed $info )
$info mixed Reference to array of parameters to be passed to hook.

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 ) : object
$username string The username to retrieve the queued info for.
Результат object The object for the requested signup.

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

Get the queued information for all pending signups.
public getQueuedSignups ( ) : array
Результат array An array of objects, one for each signup in the queue.

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

Return a new signup object.
public newSignup ( string $name ) : object
$name string The signups's name.
Результат object A new signup object.

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

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