Home
last modified time | relevance | path

Searched refs:getServerVar (Results 1 – 1 of 1) sorted by relevance

/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php38 … 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\\FacebookUrlDetectionHandler
162 return $this->getServerVar('HTTP_' . $key);