checkQuestion($id); } public function checkQuestionCache($id) { $validator = new QuestionValidator(); return $validator->checkQuestionCache($id); } }