|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| getReturn () | |
| parse () | |
| getErrorCode () | |
| getErrorMessage () | |
| isValid () | |
| hasError () | |
Data Fields | |
| $return = null | |
Definition at line 36 of file VoiceButlerAbstract.php.
| getErrorCode | ( | ) |
returns the error code
Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.
Definition at line 79 of file VoiceButlerAbstract.php.

| getErrorMessage | ( | ) |
returns the error message
Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.
Definition at line 93 of file VoiceButlerAbstract.php.

| getReturn | ( | ) |
| hasError | ( | ) |
returns true if we have a error situation
Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.
Definition at line 118 of file VoiceButlerAbstract.php.

| isValid | ( | ) |
returns true if the errorCode is not null and not 0000
Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.
Definition at line 107 of file VoiceButlerAbstract.php.
| parse | ( | ) |
parse the response data and throws exceptions
| Zend_Service_DeveloperGarden_Response_Exception |
Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.
Definition at line 62 of file VoiceButlerAbstract.php.

| $return = null |
Definition at line 44 of file VoiceButlerAbstract.php.