Ejemplo n.º 1
0
 /**
  * Returns the HTTP host being requested.
  *
  * The port name will be appended to the host if it's non-standard.
  *
  * @return string
  *
  * @api
  */
 public function getHttpHost()
 {
     return parent::getHttpHost();
 }