Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->sThLabel = 'totalPercent';
     //指标百分比的label
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->aOutput['flash.seriestips'] = $this->aInput['input']['flash']['seriestips'];
     \YcheukfReport\Lib\ALYS\Report\Start::setOutput($this->aOutput);
 }