GraphAware\Neo4j\Client\Config::withDefaultTcpPort PHP Méthode

withDefaultTcpPort() public méthode

public withDefaultTcpPort ( integer $port )
$port integer
    public function withDefaultTcpPort($port)
    {
        $this->defaultTcpPort = (int) $port;
        return $this;
    }