Class pvr.controller.validators._Validator


Extends pvr.logging._LoggerMixin.
Provides an abstract base class for an object that validates values of a particular data type against the constraints attributes of the associated controller object.

Validator classes are supported for each of the standard data types supported by the application. You should extend this class for any custom data types you wish to support.


Defined in: <pvr\controller\validators\_Validator.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Methods borrowed from class pvr.logging._LoggerMixin:
logDebug, logEntry, logError, logExit, logInfo, logWarning

Constructor Detail

pvr.controller.validators._Validator()