You are here

public function FrxSVGGraph::__construct in Forena Reports 7.4

Same name and namespace in other branches
  1. 6.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::__construct()
  2. 7.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::__construct()
  3. 7.3 renderers/FrxSVGGraph.inc \FrxSVGGraph::__construct()

Overrides FrxRenderer::__construct

File

renderers/FrxSVGGraph.inc, line 31

Class

FrxSVGGraph

Code

public function __construct() {
  parent::__construct();
  $library = forena_library_file('SVGGraph');
  require_once $library;
}