public function FrxEditor::update in Forena Reports 7.4
Save data away in the session state.
1 call to FrxEditor::update()
File
- ./
FrxEditor.inc, line 71 - FrxEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd
Class
- FrxEditor
- @file FrxEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd
Code
public function update() {
$_SESSION['forena_report_editor'][$this->report_name] = $this->doc_prefix . $this->dom
->saveXML($this->dom->documentElement);
}