Class Response
Container for a response for receiving data back from a Search request on Riak
- Basho\Riak\Command\Response
- Basho\Riak\Command\Search\Response
Namespace: Basho\Riak\Command\Search
Author: Christopher Mancini
Located at Riak/Command/Search/Response.php
Author: Christopher Mancini
Located at Riak/Command/Search/Response.php
Methods summary
public
|
#
__construct( boolean|true $success = true, integer $code = 0, string $message = '', integer $numFound = 0,
Response constructor. |
public
integer
|
|
public
|
Methods inherited from Basho\Riak\Command\Response
getCode()
,
getMessage()
,
isNotFound()
,
isSuccess()
,
isUnauthorized()
Properties summary
protected
integer
|
$numFound
|
#
0
|
protected
|
$docs
|
#
[]
|