MValidators

Methods

(static) getValidatorClassObjectByName(name) → {null|MValidator}

Description:
  • Get the class object that inherits MValidator class by given name.

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