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}.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
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