| [ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 99 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 1 fois |
| Nécessite: | 0 fichiers |
StringRangeRule:: (6 méthodes):
StringRangeRule()
getMinValue()
setMinValue()
getMaxValue()
setMaxValue()
validate()
Classe: StringRangeRule - X-Ref
\ingroup Validator_Rules| StringRangeRule($minValue, $maxValue) X-Ref |
| Initializes the rule param: minValue the lower boundary of the range param: maxValue the upper boundary of the range |
| getMinValue() X-Ref |
return: the lower boundary of the range |
| setMinValue($minValue) X-Ref |
| sets the lower boundary of the range param: minValue the minimum value |
| getMaxValue() X-Ref |
return: the upper boundary of the range |
| setMaxValue($maxValue) X-Ref |
| sets the lower boundary of the range param: minValue the minimum value |
| validate($value) X-Ref |
| validates that the given value is within the two boundaries previously specified param: value The value to validate return: True if successful or false otherwise |
| Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
|