Beispiel #1
0
 function httpRouteForRequestIs(request $request, route $route)
 {
     $route->httpRouteControllerHasRequest($this->controller, $request);
     $this->routeAggregator = new route\aggregator\blackhole();
     return $this;
 }