PHP Class Basho\Riak\Command\TimeSeries\Query\Fetch

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

Protected Properties

Property Type Description
$interps array Interpolations in the form of key => value of the query string
$method
$query string | null Stores the table name

Public Methods

Method Description
__construct ( Query $builder )
getData ( )
getEncodedData ( )

Method Details

__construct() public method

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

getData() public method

public getData ( )

getEncodedData() public method

public getEncodedData ( )

Property Details

$interps protected_oe property

Interpolations in the form of key => value of the query string
protected array $interps
return array

$method protected_oe property

protected $method

$query protected_oe property

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