PHP Трейт Basho\Riak\Command\Builder\TimeSeries\TableTrait

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$table string | null Stores the table name

Открытые методы

Метод Описание
getTable ( ) : string | null Gets the table name
inTable ( string $table ) Attach the provided table name to the Command

Описание методов

getTable() публичный метод

Gets the table name
public getTable ( ) : string | null
Результат string | null

inTable() публичный метод

Attach the provided table name to the Command
public inTable ( string $table )
$table string

Описание свойств

$table защищенное свойство

Stores the table name
protected string|null $table
Результат string | null