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

withDefaultHttpPort() public method

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