$command = (new Command\Builder\FetchObject($riak))
->buildLocation($user_id, 'users', 'default')
->build();
$response = $command->execute();
$user = $response->getObject();
파일 보기
프로젝트 열기: basho/riak-php-client
메소드 | 설명 | |
---|---|---|
__construct ( |
||
build ( ) : Basho\Riak\Command\Ping; | ||
validate ( ) |