You are here

public function FrxFields::__construct in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.3 FrxFields.inc \FrxFields::__construct()

File

./FrxFields.inc, line 7

Class

FrxFields

Code

public function __construct($fields = array()) {
  $this->teng = new FrxSyntaxEngine(FRX_TOKEN_EXP, '{}', $this);
  $this->fields = $fields;
}