| Fully Qualified Name: | Zend\Form\Annotation\InputFilter |
| Extends: | AbstractArrayOrStringAnnotation |
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.
| Name | Description | Defined By |
|---|---|---|
| __construct() | Receive and process the contents of an annotation | AbstractArrayOrStringAnnotation |
| getInputFilter() | Retrieve the input filter class | InputFilter |
Receive and process the contents of an annotation
| Parameter Name | Type | Description |
|---|---|---|
| $data | array |
Returns:
Retrieve the input filter class
Returns: null|string