コード例 #1
0
ファイル: PageManager.php プロジェクト: coandacms/coanda-core
 /**
  * @return mixed
  */
 public function getHomePage()
 {
     return $this->repository->getHomePage();
 }