Basho\Riak\Command\DataType\Hll\Response::getLocation PHP Метод

getLocation() публичный Метод

Retrieves the Location value from the response headers
public getLocation ( ) : Basho\Riak\Location
Результат Basho\Riak\Location
    public function getLocation()
    {
        return $this->location;
    }