GraphAware\Neo4j\Client\Config::withDefaultTcpPort PHP Method

withDefaultTcpPort() public method

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