|
Moodle
2.2.1
http://www.collinsharper.com
|


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 | |
Definition at line 81 of file SmsValidation.php.
returns a list of validated numbers
Definition at line 183 of file SmsValidation.php.

| inValidate | ( | $ | number = null | ) |
invalidate the given number
| string | $number |
Definition at line 138 of file SmsValidation.php.

| 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
| string | $number | |
| string | $message | |
| string | $originator | |
| integer | $account |
Definition at line 163 of file SmsValidation.php.

| validate | ( | $ | keyword = null, |
| $ | number = null |
||
| ) |
validate the given number with the keyword
| string | $keyword | |
| string | $number |
Definition at line 119 of file SmsValidation.php.

$_classMap [protected] |
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.