public function ReportEditor::delete in Forena Reports 7.5
Same name and namespace in other branches
- 8 src/Editor/ReportEditor.php \Drupal\forena\Editor\ReportEditor::delete()
File
- src/
Editor/ ReportEditor.php, line 213 - ReportEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd
Class
Namespace
Drupal\forena\EditorCode
public function delete() {
$filepath = $this->report_name . '.frx';
$do = Frx::File()
->delete($filepath);
}