You are here

public function FrxFields::render in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.3 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

FrxFields

Code

public function render($text, $raw = FALSE) {
  return $this->teng
    ->replace($text, $raw);
}