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

Interface Horde_Itip_Response_Type

Marks the response type.

Copyright 2010 Kolab Systems AG

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

Direct known implementers

Horde_Itip_Response_Type_Base

Indirect known implementers

Horde_Itip_Response_Type_Accept, Horde_Itip_Response_Type_Decline, Horde_Itip_Response_Type_Tentative
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.php
Methods summary
public string
# getStatus( )

Return the status of the response.

Return the status of the response.

Returns

string
The status.
public string
# getShortSubject( )

Return the core subject of the response.

Return the core subject of the response.

Returns

string
The short subject.
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.
public string
# getSubject( )

Return the subject of the response.

Return the subject of the response.

Returns

string
The subject.
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.
API documentation generated by ApiGen