downloaders = $ref->getConstants(); // Themes list $ref = new \ReflectionClass(Themes::class); $this->themes = $ref->getConstants(); // Cookies data $this->isTestEndpoints = Cookies::check('api-test_endpoints', 'yes'); $this->currentDownloader = Cookies::downloader(); $this->currentTheme = Cookies::theme(); $this->isServiceWorker = Cookies::check('misc-sw', 'yes'); } }