Esempio n. 1
0
 /**
  * Resets all static caches
  */
 public static function resetCache()
 {
     self::$handlers = [];
 }
Esempio n. 2
0
 /**
  * Resets all static caches
  */
 public static function resetCache()
 {
     self::$handlers = array();
 }