コード例 #1
0
ファイル: FeedEditor.php プロジェクト: energine-cmf/energine
 protected function saveData()
 {
     $_POST[$this->getTableName()]['smap_id'] = $this->document->getID();
     $result = parent::saveData();
     return $result;
 }
コード例 #2
0
 /**
  * @copydoc LinkingEditor::saveData
  */
 protected function saveData()
 {
     return LinkingEditor::saveData();
 }