Ergo\Routing\RoutedRequest::__construct PHP Method

__construct() public method

public __construct ( $request, $routeMatch, $router )
    public function __construct($request, $routeMatch, $router)
    {
        $this->_delegate = $request;
        $this->_routeMatch = $routeMatch;
        $this->_router = $router;
    }