Use this annotation to specify a name other than the property or class name
when building the form, element, or input. The value should be a string.
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 name
getName() : null | string
Properties
$value
$value : string
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractStringAnnotation::$$value |