RouteCollection extends RouteCollection
Extensible container based on Symfony's Route Collection
as this is tightly coupled to Symfony's Routing and we try to encapsulate this, please note that this might change
Table of Contents
Methods
- add() : void
Methods
add()
public
add(string $name, Route|Route $route[, int $priority = 0 ]) : void
Parameters
- $name : string
- $route : Route|Route
- $priority : int = 0