コード例 #1
0
ファイル: Envelope.php プロジェクト: csharpru/yii2-amqp
 /**
  * @inheritDoc
  */
 public function init()
 {
     parent::init();
     $this->body = $this->decodeStrategy ? $this->decodeStrategy->decode($this->body) : $this->body;
 }