You are here

public function FrxEditor::delete in Forena Reports 7.4

File

./FrxEditor.inc, line 157
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 delete() {
  $filepath = $this->report_name . '.frx';
  $do = Frx::File()
    ->delete($filepath);
}