PHP Класс Basho\Riak\Command\DataType\Hll\Response

Автор: Luke Bakken ([email protected])
Наследование: extends Basho\Riak\Command\Response
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$hll Basho\Riak\DataType\Hll | null

Открытые методы

Метод Описание
__construct ( $success = true, $code, $message = '', $location = null, $hll = null, $date = '' )
getDate ( ) : string Retrieves the date of the hll's retrieval
getHll ( ) : Hll | null
getLocation ( ) : Basho\Riak\Location Retrieves the Location value from the response headers

Описание методов

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

public __construct ( $success = true, $code, $message = '', $location = null, $hll = null, $date = '' )

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

Retrieves the date of the hll's retrieval
public getDate ( ) : string
Результат string

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

public getHll ( ) : Hll | null
Результат Basho\Riak\DataType\Hll | null

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

Retrieves the Location value from the response headers
public getLocation ( ) : Basho\Riak\Location
Результат Basho\Riak\Location

Описание свойств

$hll защищенное свойство

protected Hll,Basho\Riak\DataType|null $hll
Результат Basho\Riak\DataType\Hll | null