Abstract Class Horde_Kolab_Resource_Itip_Response_Type_Base

Description

Implements interfaces:

Basic iTip response type definition.

Copyright 2010 Klarälvdalens Datakonsult AB

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.

Located in /Kolab_Resource/lib/Horde/Kolab/Resource/Itip/Response/Type/Base.php (line 29)


	
			
Direct descendents
Class Description
 class Horde_Kolab_Resource_Itip_Response_Type_Accept Indicates an accepted invitation.
 class Horde_Kolab_Resource_Itip_Response_Type_Decline Indicates a declined invitation.
 class Horde_Kolab_Resource_Itip_Response_Type_Tentative Indicates a tentatively accepted invitation.
Method Summary
 string getMessage ([boolean $is_update = false], [string $comment = null])
 string getSubject ([string $comment = null])
Methods
getMessage (line 108)

Return an additional message for the response.

  • return: The message.
  • access: public
string getMessage ([boolean $is_update = false], [string $comment = null])
  • boolean $is_update: Indicates if the request was an update.
  • string $comment: An optional comment that should appear in the response message.

Implementation of:
Horde_Kolab_Resource_Itip_Response_Type::getMessage()
Return an additional message for the response.
getRequest (line 63)

Get the request for this response.

  • return: The request this instance will respond to.
  • throws: Horde_Kolab_Resource_Itip_Exception If the request has not been set yet.
  • access: public
getSubject (line 81)

Return the subject of the response.

  • return: The subject.
  • access: public
string getSubject ([string $comment = null])
  • string $comment: An optional comment that should appear in the response subject.

Implementation of:
Horde_Kolab_Resource_Itip_Response_Type::getSubject()
Return the subject of the response.
setRequest (line 48)

Set the request.

  • access: public
NULL setRequest (Horde_Kolab_Resource_Itip_Event $request)

Documentation generated on Sun, 30 Jan 2011 05:15:28 +0000 by phpDocumentor 1.4.3