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

Public Member Functions

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

Data Fields

 $return = null

Detailed Description

Definition at line 36 of file SendSmsAbstract.php.


Member Function Documentation

returns the error code

Returns:
string|null

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 70 of file SendSmsAbstract.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 84 of file SendSmsAbstract.php.

Here is the caller graph for this function:

hasError ( )

returns true if we have a error situation

Returns:
boolean

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 109 of file SendSmsAbstract.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 98 of file SendSmsAbstract.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 52 of file SendSmsAbstract.php.

Here is the call graph for this function:


Field Documentation

$return = null

Definition at line 44 of file SendSmsAbstract.php.


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