PHP Class Basho\Riak\Command\TimeSeries\Store

Inheritance: extends Basho\Riak\Command, implements Basho\Riak\CommandInterface
Datei anzeigen Open project: basho/riak-php-client

Protected Properties

Property Type Description
$method
$rows array Stores the rows
$table string | null Stores the table name

Public Methods

Method Description
__construct ( StoreRows $builder )
getData ( )
getEncodedData ( )
getTable ( )

Method Details

__construct() public method

public __construct ( StoreRows $builder )
$builder Basho\Riak\Command\Builder\TimeSeries\StoreRows

getData() public method

public getData ( )

getEncodedData() public method

public getEncodedData ( )

getTable() public method

public getTable ( )

Property Details

$method protected_oe property

protected $method

$rows protected_oe property

Stores the rows
protected array $rows
return array

$table protected_oe property

Stores the table name
protected string|null $table
return string | null