예제 #1
0
 public function __construct($contentTemplate)
 {
     parent::__construct($contentTemplate);
     $this->outlierInterpolation();
     $this->replaceCosmLinks();
     $this->replaceSosTimes();
 }
예제 #2
0
 public function __construct($contentTemplate)
 {
     parent::__construct($contentTemplate);
     $this->outlierInterpolation();
     if ($this->dataSuccess) {
         $this->fillTable();
     }
 }
예제 #3
0
 public function __construct($contentTemplate)
 {
     parent::__construct($contentTemplate);
     $this->outlierInterpolation();
     if ($this->dataSuccess) {
         $this->fillDiagram();
         $this->callSensor();
     }
 }