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