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

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

Protected Properties

Property Type Description
$hll Basho\Riak\DataType\Hll | null

Public Methods

Method 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 method

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

getDate() public method

Retrieves the date of the hll's retrieval
public getDate ( ) : string
return string

getHll() public method

public getHll ( ) : Hll | null
return Basho\Riak\DataType\Hll | null

getLocation() public method

Retrieves the Location value from the response headers
public getLocation ( ) : Basho\Riak\Location
return Basho\Riak\Location

Property Details

$hll protected_oe property

protected Hll,Basho\Riak\DataType|null $hll
return Basho\Riak\DataType\Hll | null