示例#1
0
 /**
  * Gets the scheme and HTTP host.
  *
  * If the URL was called with basic authentication, the user
  * and the password are not added to the generated string.
  *
  * @return string The scheme and HTTP host
  */
 public function getSchemeAndHttpHost()
 {
     return parent::getSchemeAndHttpHost();
 }