Documentation

Horde_Kolab_Resource_Reply
in package

Represents a reply for an iTip inviation.

Copyright 2004-2010 Klarälvdalens Datakonsult AB

See the enclosed file LICENSE for license information (LGPL>=2.1). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
category

Kolab

author

Gunnar Wrobel wrobel@pardus.de

license

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

Table of Contents

$_body  : MIME_Message
Reply body.
$_headers  : MIME_Headers
Reply headers.
$_recipient  : string
Recipient of the iTip reply.
$_sender  : string
Sender of the iTip reply.
__construct()  : mixed
Constructor.
getData()  : mixed
getRecipient()  : mixed
getSender()  : mixed

Properties

$_body

Reply body.

protected MIME_Message $_body

$_headers

Reply headers.

protected MIME_Headers $_headers

$_recipient

Recipient of the iTip reply.

protected string $_recipient

$_sender

Sender of the iTip reply.

protected string $_sender

Methods

__construct()

Constructor.

public __construct(string $sender, string $recipient, MIME_Headers $headers, MIME_Message $body) : mixed
Parameters
$sender : string

Sender of the iTip reply.

$recipient : string

Recipient of the iTip reply.

$headers : MIME_Headers

Reply headers.

$body : MIME_Message

Reply body.

Return values
mixed

getData()

public getData() : mixed
Return values
mixed

getRecipient()

public getRecipient() : mixed
Return values
mixed

getSender()

public getSender() : mixed
Return values
mixed

Search results