checkChapter($id); $course = $this->checkCourse($chapter->course_id); $result = $this->handleBasicInfo($chapter); $result['course'] = $this->handleCourseInfo($course); return $result; } }