eZ\Publish\Core\MVC\Symfony\Routing\RouteReference::__construct PHP Method

__construct() public method

public __construct ( $route, array $params = [] )
$params array
    public function __construct($route, array $params = array())
    {
        $this->route = $route;
        $this->params = new ParameterBag($params);
    }