_backendConfig->isSetFlag(self::XML_USE_HTTPS_PATH) ? 'https://' : 'http://'; if ($this->_feedUrl === null) { $this->_feedUrl = $httpPath . self::SMARTWAVE_FEED_URL; } return $this->_feedUrl; } public function getLastUpdate() { return $this->_cacheManager->load('smartwave_notifications_lastcheck'); } public function setLastUpdate() { $this->_cacheManager->save(time(), 'smartwave_notifications_lastcheck'); return $this; } }