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