Use this annotation to specify a specific input filter class to use with the
form. The value should be a string indicating the fully qualified class name
of the input filter to use.
Methods
Receive and process the contents of an annotation
__construct(array $data)
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractArrayOrStringAnnotation::__construct() |
Parameters
$data
array
Exceptions
Properties
$value
$value : array | string
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractArrayOrStringAnnotation::$$value |