Beispiel #1
0
 /**
  * Clear cache
  */
 public static function clearCache()
 {
     self::$current_user = NULL;
     self::$roleconfig_cache = array();
 }