示例#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();
     }
 }