PHP 클래스 Basho\Riak\Command\Builder\FetchPreflist

$command = (new Command\Builder\FetchPreflist($riak)) ->buildLocation($order_id, 'online_orders', 'sales') ->build(); $response = $command->execute();
상속: extends Basho\Riak\Command\Builder, implements Basho\Riak\Command\BuilderInterface, use trait Basho\Riak\Command\Builder\LocationTrait
파일 보기 프로젝트 열기: basho/riak-php-client

공개 메소드들

메소드 설명
build ( ) : Basho\Riak\Command\Object\FetchPreflist;
validate ( )

메소드 상세

build() 공개 메소드

public build ( ) : Basho\Riak\Command\Object\FetchPreflist;
리턴 Basho\Riak\Command\Object\FetchPreflist;

validate() 공개 메소드

public validate ( )