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

$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
withName ( $name )

Method Details

withName() public method

public withName ( $name )
$name