Zend Framework  3.0
Public Member Functions | List of all members
ComposedObject Class Reference

ComposedObject annotation. More...

Public Member Functions

 getComposedObject ()
 Retrieve the composed object classname.
 
 isCollection ()
 Is this composed object a collection or not.
 
 getOptions ()
 Retrieve the options for the composed object.
 
- Public Member Functions inherited from AbstractArrayOrStringAnnotation
 __construct (array $data)
 Receive and process the contents of an annotation.
 

Additional Inherited Members

- Protected Attributes inherited from AbstractArrayOrStringAnnotation
 $value
 

Detailed Description

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.

Member Function Documentation

getComposedObject ( )

Retrieve the composed object classname.

Returns
null|string
getOptions ( )

Retrieve the options for the composed object.

Returns
array
isCollection ( )

Is this composed object a collection or not.

Returns
bool