示例#1
0
文件: bvi.php 项目: fg-ok/codev
 protected function display()
 {
     if (Tools::isConnectedUser()) {
         $isel = $this->getResolvedIssues($this->teamid, $this->session_userid);
         #$isel = $this->getResolvedIssues($this->teamid, $this->session_userid, array(18));
         #$isel = $this->getResolvedIssues($this->teamid, 17, array(18));
         #$isel = new IssueSelection('testSel');
         #$isel->addIssue(565);
         #$isel->addIssue(567);
         #$isel->addIssue(377);
         $indic = new BacklogVariationIndicator();
         $indic->execute($isel);
         $data = $indic->getSmartyObject();
         foreach ($data as $smartyKey => $smartyVariable) {
             $this->smartyHelper->assign($smartyKey, $smartyVariable);
         }
     }
 }
 /**
  * Initialize complex static variables
  * @static
  */
 public static function staticInit()
 {
     self::$logger = Logger::getLogger(__CLASS__);
 }