Attributes annotation
Expects an array of attributes. The value is used to set any attributes on the related form object (element, fieldset, or form).
Annotation |
---|
__construct(array $data)
inherited_from | \Zend\Form\Annotation\AbstractArrayAnnotation::__construct() |
---|
array
\Zend\Form\Exception\DomainException |
if a 'value' key is missing, or its value is not an array |
---|
getAttributes() : null | array
null
array
$value : array
inherited_from | \Zend\Form\Annotation\AbstractArrayAnnotation::$$value |
---|