PHP 클래스 Basho\Riak\Command\TimeSeries\Fetch

상속: extends Basho\Riak\Command, implements Basho\Riak\CommandInterface
파일 보기 프로젝트 열기: basho/riak-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$key Basho\Riak\TimeSeries\Cell[] Stores the key
$table string | null Stores the table name

공개 메소드들

메소드 설명
__construct ( FetchRow $builder )
getData ( )
getEncodedData ( )
getTable ( )

메소드 상세

__construct() 공개 메소드

public __construct ( FetchRow $builder )
$builder Basho\Riak\Command\Builder\TimeSeries\FetchRow

getData() 공개 메소드

public getData ( )

getEncodedData() 공개 메소드

public getEncodedData ( )

getTable() 공개 메소드

public getTable ( )

프로퍼티 상세

$key 보호되어 있는 프로퍼티

Stores the key
protected Cell[],Basho\Riak\TimeSeries $key
리턴 Basho\Riak\TimeSeries\Cell[]

$table 보호되어 있는 프로퍼티

Stores the table name
protected string|null $table
리턴 string | null