Exemple #1
0
 /**
  * Internal helper, loads and merges all params passed with the current request.
  *
  * @static
  * @return void
  */
 private static function initParamsArray()
 {
     if (self::$arrParams === null) {
         self::$arrParams = array_merge(getArrayGet(), getArrayPost(), getArrayFiles());
     }
 }