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

Hydrator annotation. More...

Public Member Functions

 getHydrator ()
 Retrieve the hydrator class.
 
- 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

Hydrator annotation.

Use this annotation to specify a specific hydrator class to use with the form. The value should be a string indicating the fully qualified class name of the hydrator to use.

Member Function Documentation

getHydrator ( )

Retrieve the hydrator class.

Returns
null|string|array