You are here

protected property FrxReport::$renderers in Forena Reports 7.4

File

./FrxReport.inc, line 49
Basic report provider. Controls the rendering of the report.

Class

FrxReport

Code

protected $renderers = array(
  'FrxCrosstab' => 'FrxCrosstab',
  'FrxInclude' => 'FrxInclude',
  'FrxMyReports' => 'FrxMyReports',
  'FrxParameterForm' => 'FrxParameterForm',
  'FrxSource' => 'FrxSource',
  'FrxSVGGraph' => 'FrxSVGGraph',
  'FrxTemplate' => 'FrxTemplate',
  'FrxTitle' => 'FrxTitle',
  'FrxXML' => 'FrxXML',
  'FrxRenderer' => 'FrxRenderer',
);