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