Example #1
0
 private function _getFlsTotal()
 {
     $aInput = $this->_aInput;
     if (empty($aInput['input']['total']) && empty($aInput['input']['flash'])) {
         return false;
     }
     $aInput['input']['detail'] = array();
     \YcheukfReport\Lib\ALYS\ALYSFunction::clear();
     $oReport = \YcheukfReport\Lib\ALYS\ALYSFunction::loadClass('report.start', $aInput);
     $oRe = $oReport->go();
     return $oRe['output'];
 }