Example #1
0
 public function formatContent()
 {
     if ($this->content != '' && !is_string($this->content)) {
         return SimpleXmlTranscoder::encode(parent::formatContent());
     }
     return parent::formatContent();
 }