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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$method
$rows array Stores the rows
$table string | null Stores the table name

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

getData() 공개 메소드

public getData ( )

getEncodedData() 공개 메소드

public getEncodedData ( )

getTable() 공개 메소드

public getTable ( )

프로퍼티 상세

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

protected $method

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

Stores the rows
protected array $rows
리턴 array

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

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