API Documentation

Service/DeveloperGarden/SendSms.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
version
$Id: SendSms.php 20166 2010-01-09 19:00:17Z bkarwin $
Classes
Zend_Service_DeveloperGarden_SendSms

Description

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.

Zend_Service_DeveloperGarden_SendSms

Extends from
Zend_Service_DeveloperGarden_Client_ClientAbstract
author
Marco Kaiser
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
Properties
$_wsdlFile
$_wsdlFileLocal
$_classMap
Methods
createSms
createFlashSms
send

Description

Properties

$_classMap

array $_classMap = 'array'

Response, Request Classmapping

Details

$_classMap
array
visibility
protected
default
array
final
false
static
false

$_wsdlFile

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

wsdl file

Details

$_wsdlFile
string
visibility
protected
default
https://gateway.developer.telekom.com/p3gw-mod-odg-sms/services/SmsService?wsdl
final
false
static
false

$_wsdlFileLocal

string $_wsdlFileLocal = 'Wsdl/SmsService.wsdl'

wsdl file local

Details

$_wsdlFileLocal
string
visibility
protected
default
Wsdl/SmsService.wsdl
final
false
static
false

Methods

createFlashSms

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

Arguments
$number
string
$message
string
$originator
string
$account
integer
Details
visibility
public
final
false
static
false

createSms

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

Arguments
$number
string
$message
string
$originator
string
$account
integer
Details
visibility
public
final
false
static
false

send

send( Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract $sms ) : Zend_Service_DeveloperGarden_Response_SendSms_SendSmsAbstract

sends an sms with the given parameters

Arguments
$sms
Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.