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

Filter annotation. More...

Public Member Functions

 getFilter ()
 Retrieve the filter specification.
 
- 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

Filter annotation.

Expects an associative array defining the filter. Typically, this includes the "name" with an associated string value indicating the filter name or class, and optionally an "options" key with an object/associative array value of options to pass to the filter constructor.

This annotation may be specified multiple times; filters will be added to the filter chain in the order specified.

Member Function Documentation

getFilter ( )

Retrieve the filter specification.

Returns
null|array