Beispiel #1
0
 /**
  * @return mixed
  */
 public function first()
 {
     $list = $this->pageRepository->subPageList($this->page_id, $this->limit, $this->buildParameters());
     return $list->first();
 }