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

  • Api
  • Bucket
  • Command
  • DataType
  • Location
  • Node
  • Object

Interfaces

  • ApiInterface
  • CommandInterface

Traits

  • HeadersTrait

Exceptions

  • Exception

Class DataType

Abstraction for Conflict-free Replicated Data Types

Direct known subclasses

Basho\Riak\DataType\Counter, Basho\Riak\DataType\Map, Basho\Riak\DataType\Set

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

Methods summary

public string
# getType( )

Returns

string

Constants summary

string TYPE

DataType::TYPE

DataType::TYPE

Defines the key to be used to identify the data type. Used within a Maps composite key.

# ''

Properties summary

protected mixed $data

Storage member for DataType's current value

Storage member for DataType's current value

#
Official Riak Client for PHP API documentation generated by ApiGen