Service/DeveloperGarden/SendSms.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service  
Subpackage
DeveloperGarden  
Version
$Id$  

\Zend_Service_DeveloperGarden_SendSms

Package: Zend_Service\DeveloperGarden
Parent(s)
\Zend_Service_DeveloperGarden_Client_ClientAbstract
Author
Marco Kaiser  
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedarray $_classMap = array('sendSMSResponse' => 'Zend_Service_DeveloperGarden_Response_SendSms_SendSMSResponse', 'sendFlashSMSResponse' => 'Zend_Service_DeveloperGarden_Response_SendSms_SendFlashSMSResponse')
Response, Request Classmapping
Default valuearray('sendSMSResponse' => 'Zend_Service_DeveloperGarden_Response_SendSms_SendSMSResponse', 'sendFlashSMSResponse' => 'Zend_Service_DeveloperGarden_Response_SendSms_SendFlashSMSResponse')Details
Type
array
>VPropertyprotectedstring $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-sms/services/SmsService?wsdl'
wsdl file
Default value'https://gateway.developer.telekom.com/p3gw-mod-odg-sms/services/SmsService?wsdl'Details
Type
string
>VPropertyprotectedstring $_wsdlFileLocal = 'Wsdl/SmsService.wsdl'
wsdl file local
Default value'Wsdl/SmsService.wsdl'Details
Type
string

Methods

methodpubliccreateFlashSms(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

Parameters
NameTypeDescription
$numberstring
$messagestring
$originatorstring
$accountinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Request_SendSms_SendFlashSMS
methodpubliccreateSms(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

Parameters
NameTypeDescription
$numberstring
$messagestring
$originatorstring
$accountinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Request_SendSms_SendSMS
Documentation was generated by phpDocumentor 2.2.0 .