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
  • FetchPreflist
  • Response
  • Store

Class Store

Riak key value object store

Basho\Riak\Command
Extended by Basho\Riak\Command\Object
Extended by Basho\Riak\Command\Object\Store implements Basho\Riak\CommandInterface
Namespace: Basho\Riak\Command\Object
Author: Christopher Mancini
Located at Riak/Command/Object/Store.php

Methods summary

public
# __construct( Basho\Riak\Command\Builder\StoreObject $builder )

Overrides

Basho\Riak\Command::__construct

Methods inherited from Basho\Riak\Command\Object

decodeData(), execute(), getData(), getDecodedData(), getEncodedData(), getLocation(), getObject()

Methods inherited from Basho\Riak\Command

getBucket(), getMethod(), getParameter(), getParameters(), getRequest(), getResponse(), hasParameters(), isVerbose()

Properties summary

protected string $method

Type of operation

Type of operation

# 'POST'

Properties inherited from Basho\Riak\Command\Object

$decodeAsAssociative, $location, $object, $response

Properties inherited from Basho\Riak\Command

$bucket, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen