Basho\Riak\Command\DataType\Hll\Response::getLocation PHP Method

getLocation() public method

Retrieves the Location value from the response headers
public getLocation ( ) : Basho\Riak\Location
return Basho\Riak\Location
    public function getLocation()
    {
        return $this->location;
    }