PHP 클래스 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();
상속: extends Basho\Riak\Command\Builder\SetBucketProperties, implements Basho\Riak\Command\BuilderInterface
파일 보기 프로젝트 열기: basho/riak-php-client

공개 메소드들

메소드 설명
withName ( $name )

메소드 상세

withName() 공개 메소드

public withName ( $name )
$name