You are here

function QuantData::__construct in Quant 7

File

plugins/QuantData.inc, line 16

Class

QuantData
QuantData class used to process and format the data returned by the Quant query

Code

function __construct($quant, $result) {
  $this->quant = $quant;
  $this->result = $result;
  $this
    ->generateData();
}