Example #1
0
 /**
  * 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);
     }
 }