Class InputFilter

Summary

Fully Qualified Name: Zend\Form\Annotation\InputFilter
Extends: AbstractArrayOrStringAnnotation

Description

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.

Methods

Name Description Defined By
__construct() Receive and process the contents of an annotation AbstractArrayOrStringAnnotation
getInputFilter() Retrieve the input filter class InputFilter

Method Details

__construct()

Receive and process the contents of an annotation

Parameter Name Type Description
$data array

Returns:

getInputFilter()

Retrieve the input filter class

Returns: null|string

Top