Public Member Functions | |
| __construct ($allowedValues) | |
| isValid ($value) | |
Protected Attributes | |
| $allowedValues | |
Validator that checks if the value is in a given list
Definition at line 161 of file validator.lib.php.
| __construct | ( | $ | allowedValues | ) |
| array | $allowedValues |
Definition at line 168 of file validator.lib.php.
| isValid | ( | $ | value | ) |
Implements Claro_Validator.
Definition at line 176 of file validator.lib.php.
$allowedValues [protected] |
Definition at line 163 of file validator.lib.php.
1.6.3