public static function Frx::Template in Forena Reports 7.4
Same name and namespace in other branches
- 7.5 Frx.inc \Frx::Template()
- 7.3 Frx.inc \Frx::Template()
Returns an object of the template class that has a method named templates.
Return value
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.
File
- ./
Frx.inc, line 223 - Frx.incL General Forena Reporting Class
Class
Code
public static function Template($class) {
return Frx::Controls($class);
}