Routing
- Route
- A Route object which will be added to the RouteCollection. The Router class will find the corresponding Route object for the current request.
- RouteCollection
- The RouteCollection contains all registered routes (Route objects). The Router class will search in the RouteCollection for a matching route for the Request.
- Router
- The Router class find the matching Route for the url of the Request.