public function FrxReportEditor::setParameters in Forena Reports 7
Same name and namespace in other branches
- 6.2 FrxReportEditor.inc \FrxReportEditor::setParameters()
- 6 FrxReportEditor.inc \FrxReportEditor::setParameters()
- 7.2 FrxReportEditor.inc \FrxReportEditor::setParameters()
Set report parameters Enter description here ...
Parameters
array $parmElements array:
File
- ./
FrxReportEditor.inc, line 261
Class
- FrxReportEditor
- Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd
Code
public function setParameters($parmElements) {
$this
->setFrxHeader('parameters', 'parm', $parmElements, array(
'id',
'label',
'require',
'desc',
'data_source',
'data_field',
'type',
), 'value');
}