[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 193 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_DeveloperGarden_SmsValidation:: (4 methods):
validate()
inValidate()
sendValidationKeyword()
getValidatedNumbers()
Class: Zend_Service_DeveloperGarden_SmsValidation - X-Ref
validate($keyword = null, $number = null) X-Ref |
validate the given number with the keyword param: string $keyword param: string $number return: Zend_Service_DeveloperGarden_Response_SmsValidation_ValidateResponse |
inValidate($number = null) X-Ref |
invalidate the given number param: string $number return: Zend_Service_DeveloperGarden_Response_SmsValidation_InvalidateResponse |
sendValidationKeyword($number = null, $message = null, $originator = null, $account = null) X-Ref |
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 param: string $number param: string $message param: string $originator param: integer $account return: Zend_Service_DeveloperGarden_Request_SmsValidation_SendValidationKeywordResponse |
getValidatedNumbers() X-Ref |
returns a list of validated numbers return: Zend_Service_DeveloperGarden_Response_SmsValidation_GetValidatedNumbersResponse |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |