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

  • Fetch
  • Response

Class Response

Response object for TS Fetch, Store, Delete

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

Methods summary

public
# __construct( $success = true, $code = 0, $message = '', $results = [] )

Overrides

Basho\Riak\Command\Response::__construct
public Basho\Riak\TimeSeries\Cell[]|null
# getResult( )

Returns

Basho\Riak\TimeSeries\Cell[]|null
public array
# getResults( )

Returns

array

Methods inherited from Basho\Riak\Command\Response

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

Properties summary

protected array $results
# []

Properties inherited from Basho\Riak\Command\Response

$code, $message, $success

Official Riak Client for PHP API documentation generated by ApiGen