API Documentation

Service/DeveloperGarden/SmsValidation.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: SmsValidation.php 20166 2010-01-09 19:00:17Z bkarwin $
Classes
Zend_Service_DeveloperGarden_SmsValidation

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_SmsValidation

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
validate
inValidate
sendValidationKeyword
getValidatedNumbers

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-validation/services/SmsValidationUserService?wsdl'

wsdl file

Details

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

$_wsdlFileLocal

string $_wsdlFileLocal = 'Wsdl/SmsValidationUserService.wsdl'

wsdl file local

Details

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

Methods

getValidatedNumbers

getValidatedNumbers( ) : Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse

returns a list of validated numbers

Details
visibility
public
final
false
static
false

inValidate

inValidate( string $number = null ) : Zend_Service_DeveloperGarden_Response_SmsValidation_InvalidateResponse

invalidate the given number

Arguments
$number
string
Details
visibility
public
final
false
static
false

sendValidationKeyword

sendValidationKeyword( string $number = null, string $message = null, string $originator = null, integer $account = null ) : Zend_Service_DeveloperGarden_Request_SmsValidation_SendValidationKeywordResponse

this function sends the validation sms to the given number, if message is provided it should have to placeholder: #key# = the validation key #validUntil# = the valid until date

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

validate

validate( string $keyword = null, string $number = null ) : Zend_Service_DeveloperGarden_Response_SmsValidation_ValidateResponse

validate the given number with the keyword

Arguments
$keyword
string
$number
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.