public function ReportFields::__construct in Forena Reports 7.5
File
- src/
ReportFields.php, line 8
Class
Namespace
Drupal\forenaCode
public function __construct($fields = array()) {
$this->teng = new ReportReplacer($this);
$this->fields = $fields;
}