GraphAware\Neo4j\Client\Config::withDefaultTcpPort PHP 메소드

withDefaultTcpPort() 공개 메소드

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