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


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 | |
Definition at line 56 of file SendSms.php.
| 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
| string | $number | |
| string | $message | |
| string | $originator | |
| integer | $account |
Definition at line 116 of file SendSms.php.

| 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
| string | $number | |
| string | $message | |
| string | $originator | |
| integer | $account |
Definition at line 95 of file SendSms.php.

sends an sms with the given parameters
| Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract | $sms |
Definition at line 133 of file SendSms.php.

$_classMap [protected] |
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.