PHP 인터페이스 Horde_Itip_Event, horde

Copyright 2010 Klarälvdalens Datakonsult AB Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see {@link http://www.horde.org/licenses/lgpl21 LGPL}.
파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

메소드 설명
copyEventInto ( Horde_Itip_Event $event ) : null Copy the details from an event into this one.
getEnd ( ) : string Return the end of the iTip event.
getMethod ( ) : string Return the method of the iTip request.
getOrganizer ( ) : string Return the organizer of the iTip event.
getStart ( ) : string Return the start of the iTip event.
getSummary ( ) : string Return the summary for the event.
getUid ( ) : string Return the uid of the iTip event.
getVevent ( ) : Horde_Icalendar_Vevent Returns the event as vEvent.
setAttendee ( string $attendee, string $common_name, string $status ) : null Set the attendee parameters.

메소드 상세

copyEventInto() 공개 메소드

Copy the details from an event into this one.
public copyEventInto ( Horde_Itip_Event $event ) : null
$event Horde_Itip_Event The event to copy from.
리턴 null

getEnd() 공개 메소드

Return the end of the iTip event.
public getEnd ( ) : string
리턴 string The end of the event.

getMethod() 공개 메소드

Return the method of the iTip request.
public getMethod ( ) : string
리턴 string The method of the request.

getOrganizer() 공개 메소드

Return the organizer of the iTip event.
public getOrganizer ( ) : string
리턴 string The organizer of the event.

getStart() 공개 메소드

Return the start of the iTip event.
public getStart ( ) : string
리턴 string The start of the event.

getSummary() 공개 메소드

Return the summary for the event.
public getSummary ( ) : string
리턴 string The summary.

getUid() 공개 메소드

Return the uid of the iTip event.
public getUid ( ) : string
리턴 string The uid of the event.

getVevent() 공개 메소드

Returns the event as vEvent.
public getVevent ( ) : Horde_Icalendar_Vevent
리턴 Horde_Icalendar_Vevent The wrapped event.

setAttendee() 공개 메소드

Set the attendee parameters.
public setAttendee ( string $attendee, string $common_name, string $status ) : null
$attendee string The mail address of the attendee.
$common_name string Common name of the attendee.
$status string Attendee status (ACCPETED, DECLINED, TENTATIVE)
리턴 null