You are here

public function ReportEditor::setEditorParms in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Editor/ReportEditor.php \Drupal\forena\Editor\ReportEditor::setEditorParms()

File

src/Editor/ReportEditor.php, line 914
ReportEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd

Class

ReportEditor

Namespace

Drupal\forena\Editor

Code

public function setEditorParms($parms) {
  $this->parms = $parms;
}