|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($symbolic, $assocType, $assocId) | |
| isValid ($value) | |
Data Fields | |
| $_acceptedValues | |
Validation check that checks if value is within a certain set retrieved from the database.
Definition at line 19 of file ValidatorControlledVocab.inc.php.
| ValidatorControlledVocab::__construct | ( | $symbolic, | |
| $assocType, | |||
| $assocId | |||
| ) |
Constructor.
| $symbolic | string |
| $assocType | int |
| $assocId | int |
Definition at line 32 of file ValidatorControlledVocab.inc.php.
References DAORegistry\getDAO().
| ValidatorControlledVocab::isValid | ( | $value | ) |
| $value | mixed |
Reimplemented from Validator.
Definition at line 49 of file ValidatorControlledVocab.inc.php.
| array ValidatorControlledVocab::$_acceptedValues |
Definition at line 24 of file ValidatorControlledVocab.inc.php.