PHP Класс Horde_Kolab_FreeBusy_User_Kolab, 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://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_FreeBusy_UserDb_User_Kolab, implements Horde_Kolab_FreeBusy_User
Показать файл Открыть проект

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

Метод Описание
__construct ( string $user, Horde_Kolab_Server_Composite $db, string $pass = null ) Constructor.
getPassword ( ) : string Return the password of the user accessing the system.
getPrimaryId ( ) : string Return the primary id of the user accessing the system.
isAuthenticated ( ) : boolean Finds out if a set of login credentials are valid.

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

Метод Описание
fetchUserDbUser ( ) : null Fetch the user data from the user db.

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

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

Constructor.
public __construct ( string $user, Horde_Kolab_Server_Composite $db, string $pass = null )
$user string The user name.
$db Horde_Kolab_Server_Composite The connection to the user database.
$pass string The user password.

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

Fetch the user data from the user db.
protected fetchUserDbUser ( ) : null
Результат null

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

Return the password of the user accessing the system.
public getPassword ( ) : string
Результат string The password.

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

Return the primary id of the user accessing the system.
public getPrimaryId ( ) : string
Результат string The primary id.

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

Finds out if a set of login credentials are valid.
public isAuthenticated ( ) : boolean
Результат boolean Whether or not the password was correct.