Searched refs:getApp (Results 1 – 13 of 13) sorted by relevance
343 $this->getApp()->getConfig()->restoreConfigState();536 $this->getApp()->getConfig()->setConf($key, $value, $pluginNamespace);548 return $this->getApp()->getConfig()->getValue($key, $default);575 $this->getApp()->getConfig()->setCacheXhtmlOn();586 $this->getApp()->getConfig()->setCacheXhtmlOn();602 $this->getApp()->getConfig()->setDisableThemeSystem();613 return $this->getApp()->getConfig()->isConsoleOn();1017 function getApp(): Site function in ComboStrap\\ExecutionContext1032 return $this->getApp()->getConfig();
480 if (\in_array($this->clientHints->getApp(), $androidApps) && 'Android' !== $name) {487 if ('org.lineageos.jelly' === $this->clientHints->getApp() && 'Lineage OS' !== $name) {497 if ('org.mozilla.tv.firefox' === $this->clientHints->getApp() && 'Fire OS' !== $name) {
36 public function getApp() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListDeveloperAppsResponse
36 public function getApp() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListAppsResponse
100 public function getApp() function in Facebook\\FacebookResponse102 return $this->request->getApp();
125 if (!$request->getApp()) {126 $app = $this->getApp();
171 public function getApp() function in Facebook\\Facebook194 $app = $this->getApp();
181 public function getApp() function in Facebook\\FacebookRequest
40 $appId = $this->clientHints->getApp();
45 public function getApp() function in Google\\Service\\FirebaseManagement\\StreamMapping
54 $app = $this->getApp($appname);76 function getApp($name) { function in farmSOAP
231 public function getApp(): string function in DeviceDetector\\ClientHints