[ 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 * Checks that it is really a float value. 9 * 10 * @see IntRule 11 */ 12 class FloatValidator extends Validator 13 { 14 /** 15 * Constructor. 16 * 17 * @param signed Whether to allow signed float or not. 18 */ 19 function FloatValidator() 20 { 21 $this->Validator(); 22 23 lt_include( PLOG_CLASS_PATH."class/data/validator/rules/floatrule.class.php" ); 24 $this->addRule( new FloatRule()); 25 } 26 } 27 ?>
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 |
![]() |