PHP Класс Horde_Kolab_FreeBusy_Freebusy_Params_Folder, horde

Copyright 2004-2007 Klarälvdalens Datakonsult AB 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_Params_Owner, implements Horde_Kolab_FreeBusy_Params_Resource
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Horde_Kolab_FreeBusy_Controller_MatchDict $match_dict ) Constructor.
getOwner ( ) : string Extract the resource owner from the request.
getResource ( ) : string Extract the folder name from the request.

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

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

Constructor.
public __construct ( Horde_Kolab_FreeBusy_Controller_MatchDict $match_dict )
$match_dict Horde_Kolab_FreeBusy_Controller_MatchDict

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

Extract the resource owner from the request.
public getOwner ( ) : string
Результат string The resource owner.

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

Extract the folder name from the request.
public getResource ( ) : string
Результат string The requested folder.