コード例 #1
0
 public function index($page_id)
 {
     return $this->sectionRepository->indexRelated(new Section(), $page_id, new Page());
 }
コード例 #2
0
 public function index($project_id)
 {
     return $this->pageRepository->indexRelated(new Page(), $project_id, new Project());
 }