You are here

public function FrxDocument::check_markup in Forena Reports 7.3

Same name and namespace in other branches
  1. 7.4 FrxDocument.inc \FrxDocument::check_markup()

Wrapper function for check output to default the right type.

Parameters

$output:

9 calls to FrxDocument::check_markup()
FrxCSVDoc::render in docformats/FrxCSVDoc.inc
FrxHtmlDoc::render in docformats/FrxHtmlDoc.inc
FrxMPDF::render in docformats/FrxMPDF.inc
FrxPrincePDF::render in docformats/FrxPrincePDF.inc
FrxSVGDoc::render in docformats/FrxSVGDoc.inc

... See full list

File

./FrxDocument.inc, line 85
FrxDocument.inc Given a report, render the appropriate output given the document format. @author davidmetzler

Class

FrxDocument
@file FrxDocument.inc Given a report, render the appropriate output given the document format. @author davidmetzler

Code

public function check_markup($output) {
  return check_markup($output, variable_get('forena_input_format', filter_default_format()));
}