Esempio n. 1
0
 public function getExportData()
 {
     if ($this->getRow()->own_image) {
         return $this->getData()->getChildComponent('-image')->getComponent()->getExportData();
     }
     $ret = parent::getExportData();
     $ret['imageUrl'] = $this->getImageUrl();
     return $ret;
 }
Esempio n. 2
0
 public function getExportData()
 {
     $ret = parent::getExportData();
     $ret['content'] = $this->getRow()->content;
     return $ret;
 }