You are here

public function FrxSVGDoc::__construct in Forena Reports 7.3

Same name and namespace in other branches
  1. 7.4 docformats/FrxSVGDoc.inc \FrxSVGDoc::__construct()

File

docformats/FrxSVGDoc.inc, line 10
FrxSVGDoc Embedded SVG Graph as it's own document. @author davidmetzler

Class

FrxSVGDoc
@file FrxSVGDoc Embedded SVG Graph as it's own document. @author davidmetzler

Code

public function __construct() {
  $this->content_type = 'image/svg+xml';
}