checkHelp($id); } public function checkHelpCache($id) { $validator = new HelpValidator(); return $validator->checkHelpCache($id); } }