Roller\MatchedRoute::__construct PHP Метод

__construct() публичный Метод

public __construct ( Roller\Router $router, array $route, string $path )
$router Roller\Router router object.
$route array route hash.
$path string route path.
    public function __construct($router, $route, $path)
    {
        $this->router = $router;
        $this->route = $route;
        $this->path = $path;
    }