Zend Framework
1.12
|
Public Member Functions | |
isValid ($value, $context=null) | |
Validate element value (pseudo) | |
Public Attributes | |
$helper = 'formNote' | |
Protected Attributes | |
$_ignore = true | |
Additional Inherited Members | |
![]() | |
static | resolveElementId (Zend_Form_Decorator_Interface $decorator) |
Used to resolve and return an element ID. | |
![]() | |
_filterValue (&$value, &$key) | |
Filter a value. | |
_getDecorator ($name, $options) | |
Instantiate a decorator based on class name or class name fragment. | |
_loadFilter (array $filter) | |
Lazy-load a filter. | |
_loadValidator (array $validator) | |
Lazy-load a validator. | |
_loadDecorator (array $decorator, $name) | |
Lazy-load a decorator. | |
_getErrorMessages () | |
Retrieve error messages and perform translation and value substitution. | |
_hasErrorMessages () | |
Are there custom error messages registered? | |
isValid | ( | $value, | |
$context = null |
|||
) |
Validate element value (pseudo)
There is no need to reset the value
mixed | $value | Is always ignored |
mixed | $context | Is always ignored |
|
protected |
$helper = 'formNote' |