Exemple #1
0
 /**
  * @inheritDoc
  */
 public function init()
 {
     parent::init();
     $this->body = $this->decodeStrategy ? $this->decodeStrategy->decode($this->body) : $this->body;
 }