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 Object

Base class for Commands performing operations on Kv Objects

Basho\Riak\Command
Extended by Basho\Riak\Command\Object

Direct known subclasses

Basho\Riak\Command\Bucket\Delete, Basho\Riak\Command\Object\Delete, Basho\Riak\Command\Object\Fetch, Basho\Riak\Command\Object\FetchPreflist, Basho\Riak\Command\Object\Store

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

Methods summary

public Basho\Riak\Command\Object|null
# getObject( )

Returns

Basho\Riak\Command\Object|null

Overrides

Basho\Riak\Command::getObject
public Basho\Riak\Location|null
# getLocation( )

Returns

Basho\Riak\Location|null

Overrides

Basho\Riak\Command::getLocation
public
# getEncodedData( )
public
# getDecodedData( $data, $contentType )
public static
# decodeData( $data, $contentType = '', $decodeAsAssociative = false )
public
# getData( )
public Basho\Riak\Command\Object\Response
# execute( )

Returns

Basho\Riak\Command\Object\Response

Overrides

Basho\Riak\Command::execute

Methods inherited from Basho\Riak\Command

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

Properties summary

protected Basho\Riak\Command\Object\Response|null $response
# NULL
protected Basho\Riak\Object|null $object
# NULL
protected Basho\Riak\Location|null $location
# NULL
protected boolean $decodeAsAssociative
# false

Properties inherited from Basho\Riak\Command

$bucket, $method, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen