Allows passing flags to the form factory. These flags are used to indicate
metadata, and typically the priority (order) in which an element will be
included.
The value should be an associative array.
Methods
Receive and process the contents of an annotation
__construct(array $data)
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractArrayAnnotation::__construct() |
Parameters
$data
array
Exceptions
Retrieve the flags
getFlags() : null | array
Properties
$value
$value : array
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractArrayAnnotation::$$value |