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 Delete

Used to remove an object from Riak

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

Methods summary

public
# __construct( Basho\Riak\Command\Builder\DeleteObject $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

Request method

Request method

This can be GET, POST, PUT, or DELETE

See

http://docs.basho.com/riak/latest/dev/references/http/
# 'DELETE'

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