public function FrxDocument::check_markup in Forena Reports 7.4
Same name and namespace in other branches
- 7.3 FrxDocument.inc \FrxDocument::check_markup()
Wrapper function for check output to default the right type.
Parameters
$output:
File
- ./
FrxDocument.inc, line 87 - 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', 'none'));
}