PHP Class Basho\Riak\Command\Builder\Search\DissociateIndex

$command = (new Command\Builder\StoreObject($riak)) ->buildObject('{"firstName":"John","lastName":"Doe","email":"[email protected]"}') ->buildBucket('users') ->build(); $response = $command->execute(); $user_location = $response->getLocation();
Inheritance: extends Basho\Riak\Command\Builder\SetBucketProperties, implements Basho\Riak\Command\BuilderInterface
Datei anzeigen Open project: basho/riak-php-client

Public Methods

Method Description
__construct ( Riak $riak )

Method Details

__construct() public method

public __construct ( Riak $riak )
$riak Basho\Riak