PHP Class Basho\Riak\Command\TimeSeries\Delete

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

Protected Properties

Property Type Description
$key Basho\Riak\TimeSeries\Cell[] Stores the key
$table string | null Stores the table name

Public Methods

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

Method Details

__construct() public method

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

getData() public method

public getData ( )

getEncodedData() public method

public getEncodedData ( )

getTable() public method

public getTable ( )

Property Details

$key protected_oe property

Stores the key
protected Cell[],Basho\Riak\TimeSeries $key
return Basho\Riak\TimeSeries\Cell[]

$table protected_oe property

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