Ergo\Routing\RoutedRequest::__construct PHP 메소드

__construct() 공개 메소드

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