public function FrxFields::render in Forena Reports 7.3
Same name and namespace in other branches
- 7.4 FrxFields.inc \FrxFields::render()
REnder the fields from {} token syntax based on current data;
Parameters
$text The text to be replaced.:
$raw boolean should field formatting be skipped:
File
- ./
FrxFields.inc, line 17
Class
Code
public function render($text, $raw = FALSE) {
return $this->teng
->replace($text, $raw);
}