Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function writeCommand($method, $arguments)
 {
     $arguments = Command::normalizeArguments($arguments);
     $command = $this->client->createCommand($method, $arguments);
     $this->client->getConnection()->writeCommand($command);
 }