public function __construct($contentTemplate) { parent::__construct($contentTemplate); $this->outlierInterpolation(); $this->replaceCosmLinks(); $this->replaceSosTimes(); }
public function __construct($contentTemplate) { parent::__construct($contentTemplate); $this->outlierInterpolation(); if ($this->dataSuccess) { $this->fillTable(); } }
public function __construct($contentTemplate) { parent::__construct($contentTemplate); $this->outlierInterpolation(); if ($this->dataSuccess) { $this->fillDiagram(); $this->callSensor(); } }