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);
 }