PHP Class Basho\Riak\Command\DataType\Hll\Response

Author: Luke Bakken ([email protected])
Inheritance: extends Basho\Riak\Command\Response
Afficher le fichier Open project: basho/riak-php-client

Protected Properties

Свойство Type Description
$hll Basho\Riak\DataType\Hll | null

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

getDate() public méthode

Retrieves the date of the hll's retrieval
public getDate ( ) : string
Résultat string

getHll() public méthode

public getHll ( ) : Hll | null
Résultat Basho\Riak\DataType\Hll | null

getLocation() public méthode

Retrieves the Location value from the response headers
public getLocation ( ) : Basho\Riak\Location
Résultat Basho\Riak\Location

Property Details

$hll protected_oe property

protected Hll,Basho\Riak\DataType|null $hll
Résultat Basho\Riak\DataType\Hll | null