Overview

Packages

  • Itip

Classes

  • Horde_Itip
  • Horde_Itip_Event_Vevent
  • Horde_Itip_Exception
  • Horde_Itip_Resource_Base
  • Horde_Itip_Resource_Identity
  • Horde_Itip_Response
  • Horde_Itip_Response_Options_Base
  • Horde_Itip_Response_Options_Horde
  • Horde_Itip_Response_Options_Kolab
  • Horde_Itip_Response_Type_Accept
  • Horde_Itip_Response_Type_Base
  • Horde_Itip_Response_Type_Decline
  • Horde_Itip_Response_Type_Tentative
  • Horde_Itip_Translation

Interfaces

  • Horde_Itip_Event
  • Horde_Itip_Resource
  • Horde_Itip_Response_Options
  • Horde_Itip_Response_Type
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Itip_Response_Type_Base

Basic iTip response type definition.

Copyright 2010 Kolab Systems AG

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

Horde_Itip_Response_Type_Base implements Horde_Itip_Response_Type

Direct known subclasses

Horde_Itip_Response_Type_Accept, Horde_Itip_Response_Type_Decline, Horde_Itip_Response_Type_Tentative
Abstract
Package: Itip
Category: Horde
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Itip
Located at Horde/Itip/Response/Type/Base.php
Methods summary
public
# __construct( Horde_Itip_Resource $resource, string $comment = null )

Constructor.

Constructor.

Parameters

$resource
The invited resource.
$comment
A comment for the subject line.
public null
# setRequest( Horde_Itip_Event $request )

Set the request.

Set the request.

Parameters

$request
<p>The request this instance will respond to.</p>

Returns

null
public Horde_Itip_Event
# getRequest( )

Get the request for this response.

Get the request for this response.

Returns

Horde_Itip_Event

The request this instance will respond to.

Throws

Horde_Itip_Exception

If the request has not been set yet.

public string
# getBriefSubject( )

Return the subject of the response without using the comment.

Return the subject of the response without using the comment.

Returns

string
The subject.

Implementation of

Horde_Itip_Response_Type::getBriefSubject()
public string
# getSubject( )

Return the subject of the response.

Return the subject of the response.

Returns

string
The subject.

Implementation of

Horde_Itip_Response_Type::getSubject()
public string
# getMessage( boolean $is_update = false )

Return an additional message for the response.

Return an additional message for the response.

Parameters

$is_update
Indicates if the request was an update.

Returns

string
The message.

Implementation of

Horde_Itip_Response_Type::getMessage()
Methods inherited from Horde_Itip_Response_Type
getShortSubject(), getStatus()
API documentation generated by ApiGen