checkTopic($id); } public function checkTopicCache($id) { $validator = new TopicValidator(); return $validator->checkTopicCache($id); } }