6 calls to Frx::Template() in Forena Reports 7.5
- ReportEditor::addBlock in src/
Editor/ ReportEditor.php - Add a data blcok
- ReportEditor::applyTemplate in src/
Editor/ ReportEditor.php - Apply a template based on the block id.
- ReportEditor::prependBlock in src/
Editor/ ReportEditor.php - Insert a data block before a node.
- ReportEditor::scrapeBlockConfig in src/
Editor/ ReportEditor.php - Scrape Data block configuration This tries to introspect the frx:block configuration based on the child nodes in the report by calling the getConfig method on the block.
- ReportEditor::templateConfigForm in src/
Editor/ ReportEditor.php - Generate the configuration form for the template for a class.
- ReportEditor::templateConfigFormValidate in src/
Editor/ ReportEditor.php