TYPO3 CMS  TYPO3_6-2
ValidatorInterface.php
Go to the documentation of this file.
1 <?php
3 
21 interface ValidatorInterface {
22 
32  //public function validate($value);
33 
40  //public function getOptions();
41 }