Documentation

Horde_Itip_Response_Type
in

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.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL

Table of Contents

getBriefSubject()  : string
Return the subject of the response without using the comment.
getMessage()  : string
Return an additional message for the response.
getShortSubject()  : string
Return the core subject of the response.
getStatus()  : string
Return the status of the response.
getSubject()  : string
Return the subject of the response.

Methods

getBriefSubject()

Return the subject of the response without using the comment.

public getBriefSubject() : string
Return values
string

The subject.

getMessage()

Return an additional message for the response.

public getMessage([bool $is_update = false ]) : string
Parameters
$is_update : bool = false

Indicates if the request was an update.

Return values
string

The message.

getShortSubject()

Return the core subject of the response.

public getShortSubject() : string
Return values
string

The short subject.

getStatus()

Return the status of the response.

public getStatus() : string
Return values
string

The status.

getSubject()

Return the subject of the response.

public getSubject() : string
Return values
string

The subject.

Search results