Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_Response_ResponseAbstract Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_Response_ResponseAbstract:

Public Member Functions

 parse ()
 getErrorCode ()
 getErrorMessage ()
 isValid ()
 hasError ()

Data Fields

 $errorCode = null
 $errorMessage = null

Detailed Description

Definition at line 36 of file ResponseAbstract.php.


Member Function Documentation

returns the error code

Returns:
string|null

Reimplemented in Zend_Service_DeveloperGarden_Response_BaseType, Zend_Service_DeveloperGarden_Response_VoiceButler_VoiceButlerAbstract, and Zend_Service_DeveloperGarden_Response_SendSms_SendSmsAbstract.

Definition at line 75 of file ResponseAbstract.php.

Here is the caller graph for this function:

returns the error message

Returns:
string

Reimplemented in Zend_Service_DeveloperGarden_Response_BaseType, Zend_Service_DeveloperGarden_Response_VoiceButler_VoiceButlerAbstract, and Zend_Service_DeveloperGarden_Response_SendSms_SendSmsAbstract.

Definition at line 85 of file ResponseAbstract.php.

Here is the caller graph for this function:


Field Documentation

$errorCode = null

Definition at line 43 of file ResponseAbstract.php.

$errorMessage = null

Definition at line 50 of file ResponseAbstract.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations