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

Public Member Functions

 createSms ($number=null, $message=null, $originator=null, $account=null)
 createFlashSms ($number=null, $message=null, $originator=null, $account=null)
 send (Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract $sms)

Protected Attributes

 $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-sms/services/SmsService?wsdl'
 $_wsdlFileLocal = 'Wsdl/SmsService.wsdl'
 $_classMap

Detailed Description

Definition at line 56 of file SendSms.php.


Member Function Documentation

createFlashSms ( number = null,
message = null,
originator = null,
account = null 
)

this function creates the raw sms object that can be used to send an sms or as flash sms

Parameters:
string$number
string$message
string$originator
integer$account
Returns:
Zend_Service_DeveloperGarden_Request_SendSms_SendFlashSMS

Definition at line 116 of file SendSms.php.

Here is the call graph for this function:

createSms ( number = null,
message = null,
originator = null,
account = null 
)

this function creates the raw sms object that can be used to send an sms or as flash sms

Parameters:
string$number
string$message
string$originator
integer$account
Returns:
Zend_Service_DeveloperGarden_Request_SendSms_SendSMS

Definition at line 95 of file SendSms.php.

Here is the call graph for this function:

sends an sms with the given parameters

Parameters:
Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract$sms
Returns:
Zend_Service_DeveloperGarden_Response_SendSms_SendSmsAbstract

Definition at line 133 of file SendSms.php.

Here is the call graph for this function:


Field Documentation

$_classMap [protected]
Initial value:
 array(
        'sendSMSResponse'      => 'Zend_Service_DeveloperGarden_Response_SendSms_SendSMSResponse',
        'sendFlashSMSResponse' => 'Zend_Service_DeveloperGarden_Response_SendSms_SendFlashSMSResponse'
    )

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 79 of file SendSms.php.

$_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-sms/services/SmsService?wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 64 of file SendSms.php.

$_wsdlFileLocal = 'Wsdl/SmsService.wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 71 of file SendSms.php.


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