예제 #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);
 }