PHP 클래스 Basho\Riak\Command\Builder\Ping

$command = (new Command\Builder\FetchObject($riak)) ->buildLocation($user_id, 'users', 'default') ->build(); $response = $command->execute(); $user = $response->getObject();
상속: extends Basho\Riak\Command\Builder, implements Basho\Riak\Command\BuilderInterface
파일 보기 프로젝트 열기: basho/riak-php-client

공개 메소드들

메소드 설명
__construct ( Riak $riak )
build ( ) : Basho\Riak\Command\Ping;
validate ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Riak $riak )
$riak Basho\Riak

build() 공개 메소드

public build ( ) : Basho\Riak\Command\Ping;
리턴 Basho\Riak\Command\Ping;

validate() 공개 메소드

public validate ( )