コード例 #1
0
ファイル: Router.php プロジェクト: popphp/popphp
 /**
  * Get routes
  *
  * @return array
  */
 public function getRoutes()
 {
     return $this->routeMatch->getRoutes();
 }