PHP Trait Basho\Riak\Command\Builder\TimeSeries\KeyTrait

Datei anzeigen Open project: basho/riak-php-client

Protected Properties

Property Type Description
$key Basho\Riak\TimeSeries\Cell[] Stores the key

Public Methods

Method Description
atKey ( array $key ) Attach the provided key to the Command Builder
getKey ( ) : Cell[] Gets the key

Method Details

atKey() public method

Attach the provided key to the Command Builder
public atKey ( array $key )
$key array

getKey() public method

Gets the key
public getKey ( ) : Cell[]
return Basho\Riak\TimeSeries\Cell[]

Property Details

$key protected_oe property

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