Class Response
Container for a response related to an index query
- Basho\Riak\Command\Response
- Basho\Riak\Command\Indexes\Response
Namespace: Basho\Riak\Command\Indexes
Author: Alex Moore
Located at Riak/Command/Indexes/Response.php
Author: Alex Moore
Located at Riak/Command/Indexes/Response.php
Methods summary
public
|
#
__construct( $success = true, $code = 0, $message = '', $results = [], $termsReturned = false, $continuation = null, $done = true, $date = '' )
|
public
array
|
|
public
boolean
|
|
public
null|string
|
|
public
string
|
|
public
|
Methods inherited from Basho\Riak\Command\Response
getCode()
,
getMessage()
,
isNotFound()
,
isSuccess()
,
isUnauthorized()
Properties summary
protected
array
|
$results
|
#
[]
|
protected
boolean
|
$termsReturned
|
#
false
|
protected
boolean
|
$done
|
#
false
|
protected
string|null
|
$continuation
|
#
null
|
protected
string
|
$date
|
#
''
|