示例#1
0
 protected function _beforeSave(Kwf_Model_Row_Interface $row)
 {
     parent::_beforeSave($row);
     if (!$row->infotext) {
         $row->infotext = $this->getByName('downloadTag')->getRow($row)->getParentRow('File')->filename;
     }
 }