find(); } /** * 获取栏目 * * @param int $id * @return array|Model|null * @throws DataNotFoundException * @throws DbException * @throws ModelNotFoundException */ public function getCategoryById(int $id) { return Category::findById($id); } }