You are here

public static function Frx::Template in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.5 Frx.inc \Frx::Template()
  2. 7.3 Frx.inc \Frx::Template()

Returns an object of the template class that has a method named templates.

Return value

FrxRenderer

6 calls to Frx::Template()
FrxEditor::addBlock in ./FrxEditor.inc
Add a data blcok
FrxEditor::applyTemplate in ./FrxEditor.inc
Apply a template based on the block id.
FrxEditor::prependBlock in ./FrxEditor.inc
Insert a data block before a node.
FrxEditor::scrapeBlockConfig in ./FrxEditor.inc
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.
FrxEditor::templateConfigForm in ./FrxEditor.inc
Generate the configuration form for the template for a class.

... See full list

File

./Frx.inc, line 223
Frx.incL General Forena Reporting Class

Class

Frx

Code

public static function Template($class) {
  return Frx::Controls($class);
}