Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

array
$_classMap= 'array(
'sendSMSResponse' => 'Zend_Service_DeveloperGarden_Response_SendSms_SendSMSResponse''
Response, Request Classmapping
array(
'sendSMSResponse' => 'Zend_Service_DeveloperGarden_Response_SendSms_SendSMSResponse'
Details
string
$_wsdlFile= ''https://gateway.developer.telekom.com/p3gw-mod-odg-sms/services/SmsService?wsdl''
wsdl file
'https://gateway.developer.telekom.com/p3gw-mod-odg-sms/services/SmsService?wsdl'
Details
createFlashSms(
string $number
=
null, string $message
=
null, string $originator
=
null, integer $account
=
null
)
:
\Zend_Service_DeveloperGarden_Request_SendSms_SendFlashSMS
this function creates the raw sms object that can be used to send an sms or as flash sms
Name | Type | Description |
---|---|---|
$number | string | |
$message | string | |
$originator | string | |
$account | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_SendSms_SendFlashSMS |

createSms(
string $number
=
null, string $message
=
null, string $originator
=
null, integer $account
=
null
)
:
\Zend_Service_DeveloperGarden_Request_SendSms_SendSMS
this function creates the raw sms object that can be used to send an sms or as flash sms
Name | Type | Description |
---|---|---|
$number | string | |
$message | string | |
$originator | string | |
$account | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_SendSms_SendSMS |

send(
\Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract $sms
)
:
\Zend_Service_DeveloperGarden_Response_SendSms_SendSmsAbstract
sends an sms with the given parameters
Name | Type | Description |
---|---|---|
$sms | \Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_SendSms_SendSmsAbstract |