PHP 트레잇 Basho\Riak\Command\Builder\TimeSeries\TableTrait

파일 보기 프로젝트 열기: basho/riak-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$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