コード例 #1
0
ファイル: base.php プロジェクト: naujasdizainas/forkcms
 /**
  * Parse this page
  */
 protected function parse()
 {
     // period picker
     if (isset($this->pagePath)) {
         BackendAnalyticsHelper::parsePeriodPicker($this->tpl, $this->startTimestamp, $this->endTimestamp, array('page_path' => $this->pagePath));
     } else {
         BackendAnalyticsHelper::parsePeriodPicker($this->tpl, $this->startTimestamp, $this->endTimestamp);
     }
 }