예제 #1
0
 public function __construct($id)
 {
     parent::__construct($id);
     $this->props = new KPIComponentProperties();
     $this->props->setValue('kpi.display.gaugeFlag', true);
     $this->props->linkToComponent($this);
     $this->postInit();
 }