TYPO3 CMS  TYPO3_6-2
FilterInterface.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Form\Filter;
3 
22 interface FilterInterface {
23 
30  public function filter($value);
31 
32 }