[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/data/validator/validator.class.php" ); 4 5 /** 6 * \ingroup Validator 7 * 8 * Empty validation class that always returns true. 9 */ 10 class EmptyValidator extends Validator 11 { 12 /** 13 * This method always return true 14 * 15 * @param value 16 * @return Always true 17 */ 18 function validate( $value ) 19 { 20 return true; 21 } 22 } 23 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |