You are here

private property RouteCollection::$routes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/RouteCollection.php \Symfony\Component\Routing\RouteCollection::routes

Type: Route[]

File

vendor/symfony/routing/RouteCollection.php, line 31

Class

RouteCollection
A RouteCollection represents a set of Route instances.

Namespace

Symfony\Component\Routing

Code

private $routes = array();