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

  • Cell

Class Cell

Data structure for Cells of a TimeSeries row

Namespace: Basho\Riak\TimeSeries
Author: Christopher Mancini
Located at Riak/TimeSeries/Cell.php

Methods summary

public
# __construct( $name )
public string
# getType( )

Returns

string
public string
# getName( )

Returns

string
public string
# getValue( )

Returns

string
public
# setValue( string $value = null )

Parameters

$value
public
# setIntValue( integer $value = null )

Parameters

$value
public
# setTimestampValue( integer $value = null )

Parameters

$value
public
# setDateTimeValue( DateTime $value = null )

Parameters

$value
public
# setBooleanValue( boolean $value = null )

Parameters

$value
public
# setDoubleValue( float $value = null )

Parameters

$value
public string
# __toString( )

Convenience method for inclusion in HTTP api path

Convenience method for inclusion in HTTP api path

Returns

string

Constants summary

string STRING_TYPE
# 'varchar'
string INT_TYPE
# 'sint64'
string DOUBLE_TYPE
# 'double'
string BOOL_TYPE
# 'boolean'
string TIMESTAMP_TYPE
# 'timestamp'

Properties summary

protected $name
#
protected $value
# null
protected $type
# null
Official Riak Client for PHP API documentation generated by ApiGen