public function FrxSVGGraph::__construct in Forena Reports 7.4
Same name and namespace in other branches
- 6.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::__construct()
- 7.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::__construct()
- 7.3 renderers/FrxSVGGraph.inc \FrxSVGGraph::__construct()
Overrides FrxRenderer::__construct
File
- renderers/
FrxSVGGraph.inc, line 31
Class
Code
public function __construct() {
parent::__construct();
$library = forena_library_file('SVGGraph');
require_once $library;
}