93. Class

93.1. Zend\Form\Annotation\ComposedObject

ComposedObject annotation

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.

93.1.1. Methods

93.1.1.1. getComposedObject

getComposedObject()

Retrieve the composed object classname

Return type:null|string

Project Versions

Table Of Contents

Previous topic

92. Class

Next topic

94. Class

This Page