You are here

public function FrxReportGenerator::report_path in Forena Reports 7.3

Same name and namespace in other branches
  1. 6.2 FrxReportGenerator.inc \FrxReportGenerator::report_path()
  2. 7.2 FrxReportGenerator.inc \FrxReportGenerator::report_path()
  3. 7.4 FrxReportGenerator.inc \FrxReportGenerator::report_path()

File

./FrxReportGenerator.inc, line 270
Common functions used throughout the project but loaded in this file to keep the module file lean.

Class

FrxReportGenerator

Code

public function report_path() {
  return $this->app
    ->configuration('report_repos');
}