Example #1
0
 /**
  * @param $str
  * @return ChannelProtocolInterface
  */
 public function decode($str)
 {
     return $this->protocol->setAll($this->parser->decode($str));
 }