PHP Class 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.
Author: Steffen Hansen ([email protected])
Author: Gunnar Wrobel ([email protected])
Inheritance: implements Horde_Kolab_FreeBusy_Params_Owner, implements Horde_Kolab_FreeBusy_Params_Resource
显示文件 Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

getOwner() public method

Extract the resource owner from the request.
public getOwner ( ) : string
return string The resource owner.

getResource() public method

Extract the folder name from the request.
public getResource ( ) : string
return string The requested folder.