Official Riak Client for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • Basho
    • Riak
      • Api
        • Http
          • Translator
      • Command
        • Bucket
        • Builder
          • MapReduce
          • Search
          • TimeSeries
        • DataType
          • Counter
          • Map
          • Set
        • Indexes
        • MapReduce
        • Object
        • Search
          • Index
          • Schema
        • Stats
        • TimeSeries
          • Query
      • DataType
      • Node
        • Builder
      • Search
      • TimeSeries

Classes

  • Delete
  • Fetch
  • Response
  • Store

Class Response

Container for a response related to an operation on an object

Basho\Riak\Command\Response
Extended by Basho\Riak\Command\Search\Index\Response
Namespace: Basho\Riak\Command\Search\Index
Author: Christopher Mancini
Located at Riak/Command/Search/Index/Response.php

Methods summary

public
# __construct( $success = true, $code = 0, $message = '', $index = null )

Overrides

Basho\Riak\Command\Response::__construct
public
# getIndex( )

Methods inherited from Basho\Riak\Command\Response

getCode(), getMessage(), isNotFound(), isSuccess(), isUnauthorized()

Properties summary

protected stdClass|null $index
# null

Properties inherited from Basho\Riak\Command\Response

$code, $message, $success

Official Riak Client for PHP API documentation generated by ApiGen