PHP Класс Horde_Kolab_FreeBusy_User_Decorator_Log, horde

Copyright 2009-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.
Автор: Steffen Hansen ([email protected])
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_FreeBusy_User
Показать файл Открыть проект

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

Метод Описание
__construct ( Horde_Kolab_FreeBusy_User $user, Horde_Controller_Request $request, mixed $logger ) Constructor.
getDomain ( ) : string Return the primary domain of the user accessing the system.
getGroups ( ) : array Return the groups this user is member of.
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.

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

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

Constructor.
public __construct ( Horde_Kolab_FreeBusy_User $user, Horde_Controller_Request $request, mixed $logger )
$user Horde_Kolab_FreeBusy_User The decorated user.
$request Horde_Controller_Request The request.
$logger mixed The log handler. The class must at least provide the notice() and err() methods.

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

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

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

Return the groups this user is member of.
public getGroups ( ) : array
Результат array The groups for this user.

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.