GraphAware\Neo4j\Client\HttpDriver\Configuration::withTimeout PHP 메소드

withTimeout() 공개 메소드

public withTimeout ( integer $timeout ) : Configuration
$timeout integer
리턴 Configuration
    public function withTimeout($timeout)
    {
        $this->timeout = $timeout;
        return $this;
    }