Basho\Riak\Command\Builder\TimeSeries\KeyTrait::getKey PHP Method

getKey() public method

Gets the key
public getKey ( ) : Cell[]
return Basho\Riak\TimeSeries\Cell[]
    public function getKey()
    {
        return $this->key;
    }