[ 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: | 164 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: Zend_Validate_Identical - X-Ref
__construct($token = null) X-Ref |
Sets validator options param: mixed $token return: void |
getToken() X-Ref |
Retrieve token return: string |
setToken($token) X-Ref |
Set token against which to compare param: mixed $token return: Zend_Validate_Identical |
getStrict() X-Ref |
Returns the strict parameter return: boolean |
setStrict($strict) X-Ref |
Sets the strict parameter param: Zend_Validate_Identical |
isValid($value, $context = null) X-Ref |
Defined by Zend_Validate_Interface Returns true if and only if a token has been set and the provided value matches that token. param: mixed $value param: array $context return: boolean |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |