PHP Class Basho\Riak\Command\Builder\FetchBucketProperties

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

Public Methods

Method Description
build ( ) : Basho\Riak\Command\Bucket\Fetch;
validate ( )

Method Details

build() public method

public build ( ) : Basho\Riak\Command\Bucket\Fetch;
return Basho\Riak\Command\Bucket\Fetch;

validate() public method

public validate ( )