Ejemplo n.º 1
0
 /**
  * Overrides the PHP global variables according to this request instance.
  *
  * It overrides $_GET, $_POST, $_REQUEST, $_SERVER, $_COOKIE.
  * $_FILES is never overridden, see rfc1867
  *
  * @api
  */
 public function overrideGlobals()
 {
     return parent::overrideGlobals();
 }