Documentation

Horde_Itip_Response_Type_Decline extends Horde_Itip_Response_Type_Base
in package

Indicates a declined invitation.

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

$_comment  : string
An optional comment that should appear in the response subject.
$_request  : Horde_Itip_Event
The request we are going to answer.
$_resource  : Horde_Itip_Resource
The invited resource.
__construct()  : mixed
Constructor.
getBriefSubject()  : string
Return the subject of the response without using the comment.
getMessage()  : string
Return an additional message for the response.
getRequest()  : Horde_Itip_Event
Get the request for this response.
getShortMessage()  : string
Return the short message for the response.
getShortSubject()  : string
Return the abbreviated subject of the response.
getStatus()  : string
Return the status of the response.
getSubject()  : string
Return the subject of the response.
setRequest()  : null
Set the request.

Properties

$_comment

An optional comment that should appear in the response subject.

private string $_comment

Methods

__construct()

Constructor.

public __construct(Horde_Itip_Resource $resource[, string $comment = null ]) : mixed
Parameters
$resource : Horde_Itip_Resource

The invited resource.

$comment : string = null

A comment for the subject line.

Return values
mixed

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.

getShortMessage()

Return the short message for the response.

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

Indicates if the request was an update.

Return values
string

The short message.

getShortSubject()

Return the abbreviated 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.

setRequest()

Set the request.

public setRequest(Horde_Itip_Event $request) : null
Parameters
$request : Horde_Itip_Event

The request this instance will respond to.

Return values
null

Search results