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

Attributes annotation. More...

Public Member Functions

 getAttributes ()
 Retrieve the attributes.
 
- 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

Attributes annotation.

Expects an array of attributes. The value is used to set any attributes on the related form object (element, fieldset, or form).

Member Function Documentation

getAttributes ( )

Retrieve the attributes.

Returns
null|array