コード例 #1
0
 /**
  * Returns the array with the $_SERVER vars.
  *
  * @param \AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest The request instance
  *
  * @return array The $_SERVER vars
  */
 protected function initServerGlobals(HttpServletRequestInterface $servletRequest)
 {
     return array_merge($servletRequest->getServerVars(), $this->serverVars);
 }