PHP Класс Horde_Kolab_FreeBusy_Params_User, horde

Copyright 2007-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])
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Horde_Controller_Request $request ) Constructor.
getCredentials ( ) : array Return the user credentials extracted from the request.
getUser ( ) : array Return the user id.

Приватные методы

Метод Описание
_extractUserAndPassword ( ) : null Extract user name and password from the request.

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

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

Constructor.
public __construct ( Horde_Controller_Request $request )
$request Horde_Controller_Request The request.

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

Return the user credentials extracted from the request.
public getCredentials ( ) : array
Результат array The user credentials.

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

Return the user id.
public getUser ( ) : array
Результат array The user id.