コード例 #1
0
ファイル: ChannelEncoder.php プロジェクト: khelle/surume
 /**
  * @param $str
  * @return ChannelProtocolInterface
  */
 public function decode($str)
 {
     return $this->protocol->setAll($this->parser->decode($str));
 }