$command = (new Command\Builder\FetchObject($riak))
->buildLocation($user_id, 'users', 'default')
->build();
$response = $command->execute();
$user = $response->getObject();
Afficher le fichier
Open project: basho/riak-php-client
Méthode | Description | |
---|---|---|
__construct ( |
||
build ( ) : Basho\Riak\Command\Ping; | ||
validate ( ) |
public build ( ) : Basho\Riak\Command\Ping; | ||
Résultat | Basho\Riak\Command\Ping; |