Searched refs:getServerVar (Results 1 – 2 of 2) sorted by relevance
38 … return $this->getHttpScheme() . '://' . $this->getHostName() . $this->getServerVar('REQUEST_URI');64 $protocol = $this->getServerVar('HTTPS');69 return (string)$this->getServerVar('SERVER_PORT') === '443';103 if (!$host = $this->getServerVar('SERVER_NAME')) {104 $host = $this->getServerVar('SERVER_ADDR');138 return (string)$this->getServerVar('SERVER_PORT');148 protected function getServerVar($key) function in Facebook\\Url\\FacebookUrlDetectionHandler162 return $this->getServerVar('HTTP_' . $key);
339 return $this->getServerVar($this->getConf(self::CONF_VAR_AUTH_ID));343 $mail = $this->getServerVar($this->getConf(self::CONF_VAR_AUTH_EMAIL));349 return $this->getServerVar($this->getConf(self::CONF_VAR_AUTH_REALNAME));352 private function getServerVar($varName) { function in auth_plugin_authserversso