You are here

public function FrxReportGenerator::__construct in Forena Reports 7.3

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

File

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

Class

FrxReportGenerator

Code

public function __construct($application_class) {
  $app = $this->app = new $application_class();
}