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

  • DeleteRow
  • DescribeTable
  • FetchRow
  • Query
  • StoreRows

Traits

  • KeyTrait
  • RowsTrait
  • TableTrait

Trait RowsTrait

Direct Known Users

Basho\Riak\Command\Builder\TimeSeries\StoreRows

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

Methods summary

public array
# getRows( )

Returns

array
$rows
public
# withRows( array $rows )

Attach the provided rows to the Command

Attach the provided rows to the Command

Parameters

$rows

Returns


$this
public
# withRow( array $row )

Parameters

$row

Properties summary

protected array $rows

Stores the rows

Stores the rows

# []
Official Riak Client for PHP API documentation generated by ApiGen