Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_SmsValidation Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_SmsValidation:
Collaboration diagram for Zend_Service_DeveloperGarden_SmsValidation:

Public Member Functions

 validate ($keyword=null, $number=null)
 inValidate ($number=null)
 sendValidationKeyword ($number=null, $message=null, $originator=null, $account=null)
 getValidatedNumbers ()

Protected Attributes

 $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-sms-validation/services/SmsValidationUserService?wsdl'
 $_wsdlFileLocal = 'Wsdl/SmsValidationUserService.wsdl'
 $_classMap

Detailed Description

Definition at line 81 of file SmsValidation.php.


Member Function Documentation

returns a list of validated numbers

Returns:
Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse

Definition at line 183 of file SmsValidation.php.

Here is the call graph for this function:

inValidate ( number = null)

invalidate the given number

Parameters:
string$number
Returns:
Zend_Service_DeveloperGarden_Response_SmsValidation_InvalidateResponse

Definition at line 138 of file SmsValidation.php.

Here is the call graph for this function:

sendValidationKeyword ( number = null,
message = null,
originator = null,
account = null 
)

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

Parameters:
string$number
string$message
string$originator
integer$account
Returns:
Zend_Service_DeveloperGarden_Request_SmsValidation_SendValidationKeywordResponse

Definition at line 163 of file SmsValidation.php.

Here is the call graph for this function:

validate ( keyword = null,
number = null 
)

validate the given number with the keyword

Parameters:
string$keyword
string$number
Returns:
Zend_Service_DeveloperGarden_Response_SmsValidation_ValidateResponse

Definition at line 119 of file SmsValidation.php.

Here is the call graph for this function:


Field Documentation

$_classMap [protected]
Initial value:
 array(
        'getValidatedNumbersResponse'   => 'Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse',
        'ValidatedNumber'               => 'Zend_Service_DeveloperGarden_Response_SmsValidation_ValidatedNumber',
        'sendValidationKeywordResponse' => 'Zend_Service_DeveloperGarden_Response_SmsValidation_SendValidationKeywordResponse',
        'validateResponse'              => 'Zend_Service_DeveloperGarden_Response_SmsValidation_ValidateResponse',
        'invalidateResponse'            => 'Zend_Service_DeveloperGarden_Response_SmsValidation_InvalidateResponse',
    )

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 104 of file SmsValidation.php.

$_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-sms-validation/services/SmsValidationUserService?wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 89 of file SmsValidation.php.

$_wsdlFileLocal = 'Wsdl/SmsValidationUserService.wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 96 of file SmsValidation.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations