Example #1
0
 /**
  * {@inheritdoc}
  */
 public function sendCommand(CommandInterface $command)
 {
     return $this->connection->sendCommand($command);
 }