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
Afficher le fichier Open project: basho/riak-php-client

Méthodes publiques

Méthode Description
build ( ) : Basho\Riak\Command\Object\FetchPreflist;
validate ( )

Method Details

build() public méthode

public build ( ) : Basho\Riak\Command\Object\FetchPreflist;
Résultat Basho\Riak\Command\Object\FetchPreflist;

validate() public méthode

public validate ( )