Beispiel #1
0
 /**
  * Sets the request arguments, possibly overriding the autodetected arguments array.
  * This is useful for plugins that would like to "rewrite" the arguments array.
  *
  * @param array $args
  */
 public static function setRequestArgs(array $args)
 {
     self::$_requestArgs = $args;
 }