function FrxEditor::alterParameters in Forena Reports 7.4
Allow modules to alter the parameters of a report.
Parameters
unknown_type $report_name:
unknown_type $parms:
1 call to FrxEditor::alterParameters()
- FrxEditor::report in ./
FrxEditor.inc - Load and render a report based on a drupal path. In this function the arglist is used to get the full path to the report. Pass parameters or NULL to use get /post parameters.
File
- ./
FrxEditor.inc, line 1226 - 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
function alterParameters(&$parms) {
drupal_alter('forena_parameters', $this->report_name, $parms);
}