PHP 클래스 Autarky\Routing\Events\RouteMatchedEvent

상속: extends AbstractRouteEvent
파일 보기 프로젝트 열기: autarky/framework

공개 메소드들

메소드 설명
setRoute ( Route $route ) Set the route, replacing the original one.

메소드 상세

setRoute() 공개 메소드

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