public function FrxFields::__construct in Forena Reports 7.3
Same name and namespace in other branches
- 7.4 FrxFields.inc \FrxFields::__construct()
File
- ./
FrxFields.inc, line 7
Class
Code
public function __construct($fields = array()) {
$this->teng = new FrxSyntaxEngine(FRX_TOKEN_EXP, '{}', $this);
$this->fields = $fields;
}