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
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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.