Use this annotation to specify the specific \Zend\Form class to use when
building the form, fieldset, or element. The value should be a string
representing a fully qualified classname.
Methods
Receive and process the contents of an annotation
__construct(array $data)
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractStringAnnotation::__construct() |
Parameters
$data
array
Exceptions
Retrieve the class type
getType() : null | string
Properties
$value
$value : string
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractStringAnnotation::$$value |