Type repository for validation of user-defined types
List of Global Functions
TypeRepository - Constructor, defines the known types.
enum_validator - Generic enumerated type validator.
is_a - Validate, that the given value is of given type.
regex_validator - Generic regular expression validator.
List of Global Variables
Generic enumerated type validator.
Function parameters
list values
string value
Return value
boolean - true if successful
Validate, that the given value is of given type.
Function parameters
any value
string type
Return value
boolean - true, if the value can be considered to be of a given type