コード例 #1
0
 public function doSettings()
 {
     $this->_view->availableCountries = $this->showtimeService->getSupportedCountries();
     $this->_view->geocode = $this->geocode;
     $this->_view->hasUpdate = $this->currentVersion > $this->userVersion;
     $this->_view->showForceLocation = $this->userVersion >= self::UPGRADE_FORCE_LOC;
     $this->_view->showReminder = $this->userVersion >= self::UPGRADE_TIMELINE;
     parent::display();
     exit;
 }