示例#1
0
文件: Router.php 项目: popphp/popphp
 /**
  * Get routes
  *
  * @return array
  */
 public function getRoutes()
 {
     return $this->routeMatch->getRoutes();
 }