GraphAware\Neo4j\Client\HttpDriver\Configuration::withCurlInterface PHP Method

withCurlInterface() public method

public withCurlInterface ( string $interface )
$interface string
    public function withCurlInterface($interface)
    {
        $this->curlInterface = $interface;
        return $this;
    }