execute() 공개 메소드

Execute a Riak command
public execute ( Basho\Riak\Command $command ) : Basho\Riak\Command\Response
$command Basho\Riak\Command
리턴 Basho\Riak\Command\Response
예제 #1
0
 /**
  * Executes the command against the API
  *
  * @return Command\Response
  */
 public function execute()
 {
     return $this->riak->execute($this);
 }