コード例 #1
0
ファイル: AuraRouterWrapper.php プロジェクト: ppi/framework
 /**
  * @return \Aura\Router\RouteCollection
  */
 public function getRouteCollection()
 {
     // @todo - need to check the signature of these, with what's expected of Symfony's RouteCollection
     return $this->router->getRoutes();
 }