97. Class

97.1. Zend\Form\Annotation\Filter

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.

97.1.1. Methods

97.1.1.1. getFilter

getFilter()

Retrieve the filter specification

Return type:null|array

Project Versions

Table Of Contents

Previous topic

96. Class

Next topic

98. Class

This Page