Methods
(static) getValidatorClassObjectByName(name) → {null|MValidator}
- Description:
Get the class object that inherits
MValidatorclass by givenname.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | Name of the class. |
Returns:
-
If no class object is provided for the given
name- Type
- null
-
Class object that inherits
MValidator.- Type
- MValidator