PHP 클래스 Horde_Kolab_FreeBusy_Export_Freebusy_Base, horde

Copyright 2004-2010 Klarälvdalens Datakonsult AB Copyright 2008-2016 Horde LLC (http://www.horde.org/) Copyright 2011 Kolab Systems AG See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Chuck Hagenbuch ([email protected])
저자: Steffen Hansen ([email protected])
저자: Gunnar Wrobel ([email protected])
상속: implements Horde_Kolab_FreeBusy_Export_Freebusy
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( Horde_Kolab_FreeBusy_Export_Freebusy_Backend $backend, Horde_Kolab_FreeBusy_Resource $resource, array $params ) Constructor.
export ( ) : Horde_iCalendar Generates the free/busy export.
getDateStamp ( ) : string Return the timestamp for the export.
getEnd ( ) : Horde_Date Get the end timestamp for the export.
getOrganizerMail ( ) : string Return the organizer mail for the export.
getOrganizerName ( ) : string Return the organizer name for the export.
getResourceName ( ) : string Get the name of the resource.
getStart ( ) : Horde_Date Get the start timestamp for the export.

비공개 메소드들

메소드 설명
_today ( ) : Horde_Date Return today as Horde_Date.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Kolab_FreeBusy_Export_Freebusy_Backend $backend, Horde_Kolab_FreeBusy_Resource $resource, array $params )
$backend Horde_Kolab_FreeBusy_Export_Freebusy_Backend The export backend.
$resource Horde_Kolab_FreeBusy_Resource The resource to export.
$params array Additional parameters.

export() 공개 메소드

Generates the free/busy export.
public export ( ) : Horde_iCalendar
리턴 Horde_iCalendar The iCal object.

getDateStamp() 공개 메소드

Return the timestamp for the export.
public getDateStamp ( ) : string
리턴 string The timestamp.

getEnd() 공개 메소드

Get the end timestamp for the export.
public getEnd ( ) : Horde_Date
리턴 Horde_Date The end timestamp for the export.

getOrganizerMail() 공개 메소드

Return the organizer mail for the export.
public getOrganizerMail ( ) : string
리턴 string The organizer mail.

getOrganizerName() 공개 메소드

Return the organizer name for the export.
public getOrganizerName ( ) : string
리턴 string The organizer name.

getResourceName() 공개 메소드

Get the name of the resource.
public getResourceName ( ) : string
리턴 string The name of the resource.

getStart() 공개 메소드

Get the start timestamp for the export.
public getStart ( ) : Horde_Date
리턴 Horde_Date The start timestamp for the export.