PPI\Framework\Router\Wrapper\AuraRouterWrapper::getRouteCollection PHP Method

getRouteCollection() public method

public getRouteCollection ( ) : Aura\Router\RouteCollection
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();
    }