function FrxSVGGraph::__construct in Forena Reports 7.3
Same name and namespace in other branches
- 6.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::__construct()
- 7.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::__construct()
- 7.4 renderers/FrxSVGGraph.inc \FrxSVGGraph::__construct()
Overrides FrxRenderer::__construct
File
- renderers/
FrxSVGGraph.inc, line 13
Class
Code
function __construct() {
$directory = FrxReportGenerator::instance()
->configuration('library_path');
$library = rtrim($directory, '/') . '/SVGGraph/SVGGraph.php';
require_once $library;
}