GraphAware\Neo4j\Client\HttpDriver\Session::__construct PHP Method

__construct() public method

public __construct ( string $uri, Client $httpClient, GraphAware\Common\Driver\ConfigInterface $config )
$uri string
$httpClient GuzzleHttp\Client
$config GraphAware\Common\Driver\ConfigInterface
    public function __construct($uri, Client $httpClient, ConfigInterface $config)
    {
        $this->uri = $uri;
        $this->httpClient = $httpClient;
        $this->responseFormatter = new ResponseFormatter();
        $this->config = $config;
    }