Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_Form_Element_Note Class Reference

Public Member Functions

 isValid ($value, $context=null)
 Validate element value (pseudo)
 

Public Attributes

 $helper = 'formNote'
 

Protected Attributes

 $_ignore = true
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Form_Element
static resolveElementId (Zend_Form_Decorator_Interface $decorator)
 Used to resolve and return an element ID.
 
- Protected Member Functions inherited from Zend_Form_Element
 _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?
 

Member Function Documentation

isValid (   $value,
  $context = null 
)

Validate element value (pseudo)

There is no need to reset the value

Parameters
mixed$valueIs always ignored
mixed$contextIs always ignored
Returns
boolean Returns always TRUE

Member Data Documentation

$_ignore = true
protected
$helper = 'formNote'