public function FrxReportGenerator::configuration in Forena Reports 7.3
Same name and namespace in other branches
- 6.2 FrxReportGenerator.inc \FrxReportGenerator::configuration()
- 7.2 FrxReportGenerator.inc \FrxReportGenerator::configuration()
- 7.4 FrxReportGenerator.inc \FrxReportGenerator::configuration()
File
- ./
FrxReportGenerator.inc, line 266 - Common functions used throughout the project but loaded in this file to keep the module file lean.
Class
Code
public function configuration($name) {
return $this->app
->configuration($name);
}