103. Class

103.1. Zend\Form\Annotation\InputFilter

InputFilter annotation

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

103.1.1. Methods

103.1.1.1. getInputFilter

getInputFilter()

Retrieve the input filter class

Return type:null|string

Project Versions

Table Of Contents

Previous topic

102. Class

Next topic

104. Class

This Page