afterFetch(); return $question; } public function getCategoryOptions() { $categoryService = new CategoryService(); return $categoryService->getCategoryOptions(CategoryModel::TYPE_QUESTION); } public function getXmTags($id) { $service = new XmTagListService(); return $service->handle($id); } public function getQuestion($id) { return $this->checkQuestion($id); } }