$command = (new Command\Builder\FetchPreflist($riak))
->buildLocation($order_id, 'online_orders', 'sales')
->build();
$response = $command->execute();
Show file
Open project: basho/riak-php-client
Method | Description | |
---|---|---|
build ( ) : Basho\Riak\Command\Object\FetchPreflist; | ||
validate ( ) |
public build ( ) : Basho\Riak\Command\Object\FetchPreflist; | ||
return | Basho\Riak\Command\Object\FetchPreflist; |