Page 1 of 1

how to add validation for a specific class

Posted: Thu Mar 03, 2016 2:51 am
by joshsard
Hi,

As i know, we have a Validator.class.php, wherein its functions are called from different classes like ScheduleFactory.class.php.
I want to know if there's an existing way on adding custom validation function in a specific class, and not creating and calling it from Validator.class.php?

Thanks