Basho\Riak\Command\Builder\TimeSeries\TableTrait::inTable PHP Method

inTable() public method

Attach the provided table name to the Command
public inTable ( string $table )
$table string
    public function inTable($table)
    {
        $this->table = $table;
        return $this;
    }