## Class validator need suport from model and ReflectORM ```php private static function checkExist($value, $model) { //TODO: check return false; } private static function checkUnique($value) { // TODO return false; } ```