PHP Class Basho\Riak\Command\Builder\FetchPreflist

$command = (new Command\Builder\FetchPreflist($riak)) ->buildLocation($order_id, 'online_orders', 'sales') ->build(); $response = $command->execute();
Inheritance: extends Basho\Riak\Command\Builder, implements Basho\Riak\Command\BuilderInterface, use trait Basho\Riak\Command\Builder\LocationTrait
Datei anzeigen Open project: basho/riak-php-client

Public Methods

Method Description
build ( ) : Basho\Riak\Command\Object\FetchPreflist;
validate ( )

Method Details

build() public method

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

validate() public method

public validate ( )