TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Filter\FilterInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Form\Filter\FilterInterface:
tx_form_System_Filter_Interface TYPO3\CMS\Form\Filter\AlphabeticFilter TYPO3\CMS\Form\Filter\AlphanumericFilter TYPO3\CMS\Form\Filter\CurrencyFilter TYPO3\CMS\Form\Filter\DigitFilter TYPO3\CMS\Form\Filter\IntegerFilter TYPO3\CMS\Form\Filter\LowerCaseFilter TYPO3\CMS\Form\Filter\RegExpFilter TYPO3\CMS\Form\Filter\RemoveXssFilter TYPO3\CMS\Form\Filter\StripNewLinesFilter TYPO3\CMS\Form\Filter\TitleCaseFilter TYPO3\CMS\Form\Filter\TrimFilter TYPO3\CMS\Form\Filter\UpperCaseFilter TYPO3\CMS\Form\Utility\FilterUtility

Public Member Functions

 filter ($value)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface for filters

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file FilterInterface.php.

Member Function Documentation

◆ filter()