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

  • DeleteObject
  • FetchBucketProperties
  • FetchCounter
  • FetchMap
  • FetchObject
  • FetchPreflist
  • FetchSet
  • FetchStats
  • IncrementCounter
  • Ping
  • QueryIndex
  • SetBucketProperties
  • StoreObject
  • UpdateMap
  • UpdateSet

Traits

  • BucketTrait
  • IndexTrait
  • LocationTrait
  • ObjectTrait

Exceptions

  • Exception

Class SetBucketProperties

Basho\Riak\Command\Builder
Extended by Basho\Riak\Command\Builder\SetBucketProperties implements Basho\Riak\Command\BuilderInterface uses Basho\Riak\Command\Builder\BucketTrait

Direct known subclasses

Basho\Riak\Command\Builder\Search\AssociateIndex, Basho\Riak\Command\Builder\Search\DissociateIndex

Namespace: Basho\Riak\Command\Builder
Author: Christopher Mancini
Located at Riak/Command/Builder/SetBucketProperties.php

Methods summary

public
# set( $key, $value )

Parameters

$key
$value

Returns


$this
public array
# getProperties( )

Returns

array
public Basho\Riak\Command\Bucket\Store
# build( )

Command build

Command build

Returns

Basho\Riak\Command\Bucket\Store

Implementation of

Basho\Riak\Command\BuilderInterface::build()
public boolean
# validate( )

Validate command

Validate command

Returns

boolean

Throws

Builder\Exception

Overrides

Basho\Riak\Command\Builder::validate

Methods inherited from Basho\Riak\Command\Builder

__construct(), getConnection(), getParameters(), getVerbose(), required(), withParameter(), withParameters(), withVerboseMode()

Methods used from Basho\Riak\Command\Builder\BucketTrait

buildBucket(), getBucket(), inBucket()

Constants summary

Constants inherited from Basho\Riak\Command\BuilderInterface

COMMAND

Properties summary

protected array $properties
# []

Properties inherited from Basho\Riak\Command\Builder

$headers, $parameters, $riak, $verbose

Properties used from Basho\Riak\Command\Builder\BucketTrait

$bucket

Official Riak Client for PHP API documentation generated by ApiGen