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

Public Member Functions

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

Data Fields

 $return = null

Detailed Description

Definition at line 36 of file VoiceButlerAbstract.php.


Member Function Documentation

returns the error code

Returns:
string|null

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 79 of file VoiceButlerAbstract.php.

Here is the caller graph for this function:

returns the error message

Returns:
string

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 93 of file VoiceButlerAbstract.php.

Here is the caller graph for this function:

getReturn ( )

returns the return object

Returns:
stdClass

Definition at line 51 of file VoiceButlerAbstract.php.

hasError ( )

returns true if we have a error situation

Returns:
boolean

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 118 of file VoiceButlerAbstract.php.

Here is the caller graph for this function:

isValid ( )

returns true if the errorCode is not null and not 0000

Returns:
boolean

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 107 of file VoiceButlerAbstract.php.

parse ( )

parse the response data and throws exceptions

Exceptions:
Zend_Service_DeveloperGarden_Response_Exception
Returns:
Zend_Service_DeveloperGarden_Response_ResponseAbstract

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 62 of file VoiceButlerAbstract.php.

Here is the call graph for this function:


Field Documentation

$return = null

Definition at line 44 of file VoiceButlerAbstract.php.


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