PHP Class Basho\Riak\Command\TimeSeries\Fetch

Inheritance: extends Basho\Riak\Command, implements Basho\Riak\CommandInterface
Afficher le fichier Open project: basho/riak-php-client

Protected Properties

Свойство Type Description
$key Basho\Riak\TimeSeries\Cell[] Stores the key
$table string | null Stores the table name

Méthodes publiques

Méthode Description
__construct ( FetchRow $builder )
getData ( )
getEncodedData ( )
getTable ( )

Method Details

__construct() public méthode

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

getData() public méthode

public getData ( )

getEncodedData() public méthode

public getEncodedData ( )

getTable() public méthode

public getTable ( )

Property Details

$key protected_oe property

Stores the key
protected Cell[],Basho\Riak\TimeSeries $key
Résultat Basho\Riak\TimeSeries\Cell[]

$table protected_oe property

Stores the table name
protected string|null $table
Résultat string | null