checkCourse($id); } public function checkCourseCache($id) { $validator = new CourseValidator(); return $validator->checkCourseCache($id); } }