\Horde_Itip_Response_Type

Marks the response type.

Copyright 2010 Kolab Systems AG

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see LGPL.

Summary

Methods
Constants
getStatus()
getShortSubject()
getBriefSubject()
getSubject()
getMessage()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getStatus()

getStatus() : string

Return the status of the response.

Returns

string —

The status.

getShortSubject()

getShortSubject() : string

Return the core subject of the response.

Returns

string —

The short subject.

getBriefSubject()

getBriefSubject() : string

Return the subject of the response without using the comment.

Returns

string —

The subject.

getSubject()

getSubject() : string

Return the subject of the response.

Returns

string —

The subject.

getMessage()

getMessage(boolean  $is_update = false) : string

Return an additional message for the response.

Parameters

boolean $is_update

Indicates if the request was an update.

Returns

string —

The message.