public function FrxReportGenerator::block_xml in Forena Reports 7.2
Same name and namespace in other branches
- 6.2 FrxReportGenerator.inc \FrxReportGenerator::block_xml()
Accessor function named more conveniently Enter description here ...
Parameters
unknown_type $block_name:
unknown_type $parms:
File
- ./
FrxReportGenerator.inc, line 262 - Common functions used throughout the project but loaded in this file to keep the module file lean.
Class
Code
public function block_xml($block_name, $parms = array()) {
return $this
->invoke_data_provider($block_name, $parms);
}