예제 #1
0
파일: Router.php 프로젝트: popphp/popphp
 /**
  * Get routes
  *
  * @return array
  */
 public function getRoutes()
 {
     return $this->routeMatch->getRoutes();
 }