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