예제 #1
0
 /**
  * Locks the Request Object after parsing the $_REQUEST to avoid security injections in framework's runtime request after parsing
  *
  * @access 		private
  * @internal
  */
 public static function lockRequestVar()
 {
     //--
     return self::$RequestLock = true;
     //--
 }