public function ReportFields::render in Forena Reports 7.5
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
- src/
ReportFields.php, line 18
Class
Namespace
Drupal\forenaCode
public function render($text, $raw = FALSE) {
return $this->teng
->replace($text, $raw);
}