| [ 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: | 147 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Validate_Regex:: (4 methods):
__construct()
getPattern()
setPattern()
isValid()
Class: Zend_Validate_Regex - X-Ref
| __construct($pattern) X-Ref |
| Sets validator options param: string|Zend_Config $pattern return: void |
| getPattern() X-Ref |
| Returns the pattern option return: string |
| setPattern($pattern) X-Ref |
| Sets the pattern option param: string $pattern return: Zend_Validate_Regex Provides a fluent interface |
| isValid($value) X-Ref |
| Defined by Zend_Validate_Interface Returns true if and only if $value matches against the pattern option param: string $value return: boolean |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |