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

  • Builder
  • Object
  • Ping
  • Response
  • Stats

Interfaces

  • BuilderInterface

Exceptions

  • Exception

Class Response

Data structure for handling Command responses from Riak

Direct known subclasses

Basho\Riak\Command\Bucket\Response, Basho\Riak\Command\DataType\Counter\Response, Basho\Riak\Command\Stats\Response, Basho\Riak\Command\TimeSeries\Query\Response, Basho\Riak\Command\TimeSeries\Response, Basho\Riak\Command\DataType\Map\Response, Basho\Riak\Command\DataType\Set\Response, Basho\Riak\Command\Indexes\Response, Basho\Riak\Command\MapReduce\Response, Basho\Riak\Command\Object\Response, Basho\Riak\Command\Search\Index\Response, Basho\Riak\Command\Search\Response, Basho\Riak\Command\Search\Schema\Response

Namespace: Basho\Riak\Command
Author: Christopher Mancini
Located at Riak/Command/Response.php

Methods summary

public
# __construct( $success = true, $code = 0, $message = '' )
public boolean
# isSuccess( )

Returns

boolean
public boolean
# isNotFound( )

Returns

boolean
public
# isUnauthorized( )
public string
# getCode( )

Returns

string
public string
# getMessage( )

Returns

string

Properties summary

protected boolean $success
# false
protected string $code
# ''
protected string $message
# ''
Official Riak Client for PHP API documentation generated by ApiGen