Exemple #1
0
 /**
  * @return mixed
  */
 public function getBody()
 {
     if ($this->body) {
         return $this->body;
     }
     return parent::getBody();
 }