$command = (new Command\Builder\FetchObject($riak))
->buildLocation($user_id, 'users', 'default')
->build();
$response = $command->execute();
$user = $response->getObject();
显示文件
Open project: basho/riak-php-client
Method | Description | |
---|---|---|
__construct ( |
||
build ( ) : Basho\Riak\Command\Ping; | ||
validate ( ) |