checkArticle($id); } public function checkArticleCache($id) { $validator = new ArticleValidator(); return $validator->checkArticleCache($id); } }