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

Flags annotation. More...

Public Member Functions

 getFlags ()
 Retrieve the flags.
 
- 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

Flags annotation.

Allows passing flags to the form factory. These flags are used to indicate metadata, and typically the priority (order) in which an element will be included.

The value should be an associative array.

Member Function Documentation

getFlags ( )

Retrieve the flags.

Returns
null|array