Beispiel #1
0
 protected function saveData()
 {
     $_POST[$this->getTableName()]['smap_id'] = $this->document->getID();
     $result = parent::saveData();
     return $result;
 }
 /**
  * @copydoc LinkingEditor::saveData
  */
 protected function saveData()
 {
     return LinkingEditor::saveData();
 }