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

withTimeout() public méthode

public withTimeout ( integer $timeout ) : Configuration
$timeout integer
Résultat Configuration
    public function withTimeout($timeout)
    {
        $this->timeout = $timeout;
        return $this;
    }