Use this annotation to specify another object with annotations to parse
which you can then add to the form as a fieldset. The value should be a
string indicating the fully qualified class name of the composed object
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
Retrieve the composed object classname
getComposedObject() : null | string
Retrieve the options for the composed object
getOptions() : array
Is this composed object a collection or not
isCollection() : bool
Properties
$value
$value : array | string
Inherited
inherited_from |
\Zend\Form\Annotation\AbstractArrayOrStringAnnotation::$$value |