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\Bucket\Response
Namespace: Basho\Riak\Command\Bucket
Author: Christopher Mancini
Located at Riak/Command/Bucket/Response.php

Methods summary

public
# __construct( $success = true, $code = 0, $message = '', Basho\Riak\Bucket $bucket = null, $modified = '' )

Overrides

Basho\Riak\Command\Response::__construct
public Basho\Riak\Bucket
# getBucket( )

getBucket

getBucket

Returns

Basho\Riak\Bucket
public string
# getLastModified( )

Retrieves the last modified time of the object

Retrieves the last modified time of the object

Returns

string

Methods inherited from Basho\Riak\Command\Response

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

Properties summary

protected Basho\Riak\Bucket|null $bucket

Bucket from the command re-instantiated with its fetched properties

Bucket from the command re-instantiated with its fetched properties

# null
protected string $modified
# ''

Properties inherited from Basho\Riak\Command\Response

$code, $message, $success

Official Riak Client for PHP API documentation generated by ApiGen