dataTableVisitInformationPerLocalTime = $this->getVisitInformationPerLocalTime(true); $view->dataTableVisitInformationPerServerTime = $this->getVisitInformationPerServerTime(true); return $view->render(); } public function getVisitInformationPerServerTime() { return $this->renderReport(__FUNCTION__); } public function getVisitInformationPerLocalTime() { return $this->renderReport(__FUNCTION__); } public function getByDayOfWeek() { return $this->renderReport(__FUNCTION__); } }