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

getTable() public method

Gets the table name
public getTable ( ) : string | null
return string | null
    public function getTable()
    {
        return $this->table;
    }