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(
'getValidatedNumbersResponse' => 'Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse''
Response, Request Classmapping
array(
'getValidatedNumbersResponse' => 'Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse'
Details
string
$_wsdlFile= ''https://gateway.developer.telekom.com/p3gw-mod-odg-sms-validation/services/SmsValidationUserService?wsdl''
wsdl file
'https://gateway.developer.telekom.com/p3gw-mod-odg-sms-validation/services/SmsValidationUserService?wsdl'
Details
getValidatedNumbers(
)
:
\Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse
returns a list of validated numbers
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse |

inValidate(
string $number
=
null
)
:
\Zend_Service_DeveloperGarden_Response_SmsValidation_InvalidateResponse
invalidate the given number
Name | Type | Description |
---|---|---|
$number | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_SmsValidation_InvalidateResponse |

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
Name | Type | Description |
---|---|---|
$number | string | |
$message | string | |
$originator | string | |
$account | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Request_SmsValidation_SendValidationKeywordResponse |

validate(
string $keyword
=
null, string $number
=
null
)
:
\Zend_Service_DeveloperGarden_Response_SmsValidation_ValidateResponse
validate the given number with the keyword
Name | Type | Description |
---|---|---|
$keyword | string | |
$number | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_SmsValidation_ValidateResponse |