示例#1
0
文件: Detail.php 项目: ycheukf/report
 public function __construct()
 {
     parent::__construct();
     $this->sThLabel = 'totalPercent';
     //指标百分比的label
 }
示例#2
0
文件: Format.php 项目: ycheukf/report
 public function __construct()
 {
     parent::__construct();
 }
示例#3
0
文件: Flash.php 项目: ycheukf/report
 public function __construct()
 {
     parent::__construct();
     $this->aOutput['flash.seriestips'] = $this->aInput['input']['flash']['seriestips'];
     \YcheukfReport\Lib\ALYS\Report\Start::setOutput($this->aOutput);
 }