PHP Class Autarky\Routing\Events\RouteMatchedEvent

Inheritance: extends AbstractRouteEvent
Datei anzeigen Open project: autarky/framework

Public Methods

Method Description
setRoute ( Route $route ) Set the route, replacing the original one.

Method Details

setRoute() public method

Set the route, replacing the original one.
public setRoute ( Route $route )
$route Autarky\Routing\Route