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

atKey() public method

Attach the provided key to the Command Builder
public atKey ( array $key )
$key array
    public function atKey(array $key)
    {
        $this->key = $key;
        return $this;
    }