You are here

public function ReportFields::__construct in Forena Reports 7.5

File

src/ReportFields.php, line 8

Class

ReportFields

Namespace

Drupal\forena

Code

public function __construct($fields = array()) {
  $this->teng = new ReportReplacer($this);
  $this->fields = $fields;
}