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

Options annotation. More...

Public Member Functions

 getOptions ()
 Retrieve the options.
 
- Public Member Functions inherited from AbstractArrayAnnotation
 __construct (array $data)
 Receive and process the contents of an annotation.
 

Additional Inherited Members

- Protected Attributes inherited from AbstractArrayAnnotation
 $value
 

Detailed Description

Options annotation.

Allows passing element, fieldset, or form options to the form factory. Options are used to alter the behavior of the object they address.

The value should be an associative array.

Member Function Documentation

getOptions ( )

Retrieve the options.

Returns
null|array