GraphAware\Neo4j\Client\HttpDriver\Configuration::withCurlInterface PHP Méthode

withCurlInterface() public méthode

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