$command = (new Command\Builder\FetchSet($riak))
->buildLocation($user_id, 'email_subscriptions', 'user_preferences')
->build();
$response = $command->execute();
$set = $response->getSet();
ファイルを表示
Open project: basho/riak-php-client
Class Usage Examples
Method | Description | |
---|---|---|
build ( ) : Basho\Riak\Command\DataType\Set\Fetch; | ||
validate ( ) |
public build ( ) : Basho\Riak\Command\DataType\Set\Fetch; | ||
return | Basho\Riak\Command\DataType\Set\Fetch; |