메소드 |
설명 |
|
copyDescription ( Horde_Itip_Event $itip ) : null |
Copy the description from the request into the provided iTip instance. |
|
copyLocation ( Horde_Itip_Event $itip ) : null |
Copy the location from the request into the provided iTip instance. |
|
copyOrganizer ( Horde_Itip_Event $itip ) : null |
Copy the organizer from the request into the provided iTip instance. |
|
copyPercentComplete ( Horde_Itip_Event $itip ) |
|
|
copySequence ( Horde_Itip_Event $itip ) : null |
Copy the sequence from the request into the provided iTip instance. |
|
copyStart ( Horde_Itip_Event $itip ) : null |
Copy the start time from the request into the provided iTip instance. |
|
copySummary ( Horde_Itip_Event $itip ) : null |
Copy the summary from the request into the provided iTip instance. |
|
copyUid ( Horde_Itip_Event $itip ) : null |
Copy the uid from the request into the provided iTip instance. |
|
getDescription ( ) : string |
Return the description for the event. |
|
getLocation ( ) : string |
Return the location for the event. |
|
getOrganizerParameters ( ) : array |
Return the organizer parameters of the iTip event. |
|
getRawOrganizer ( ) : string |
Return the organizer for the event. |
|
getSequence ( ) : string |
Return the sequence for the event. |
|
setDescription ( string $description ) : null |
Set the description for the event. |
|
setLocation ( string $location ) : null |
Set the location for the event. |
|
setOrganizer ( string $organizer, array $parameters ) : null |
Set the organizer of the iTip event. |
|
setPercentComplete ( integer $percent ) |
Set the percentage complete for the vTodo. |
|
setSequence ( string $sequence ) : null |
Set the sequence for the event. |
|
setStart ( string $start, array $parameters ) : null |
Set the start of the iTip event. |
|
setSummary ( string $summary ) : null |
Set the summary for the event. |
|
setUid ( string $uid ) : null |
Set the uid of the iTip event. |
|