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

InputFilter annotation. More...

Public Member Functions

 getInputFilter ()
 Retrieve the input filter class.
 
- Public Member Functions inherited from AbstractArrayOrStringAnnotation
 __construct (array $data)
 Receive and process the contents of an annotation.
 

Additional Inherited Members

- Protected Attributes inherited from AbstractArrayOrStringAnnotation
 $value
 

Detailed 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.

Member Function Documentation

getInputFilter ( )

Retrieve the input filter class.

Returns
null|string