コード例 #1
0
 /**
  * Clears the registry
  */
 public static function clear()
 {
     self::$loggers = array();
 }
コード例 #2
0
ファイル: Registry.php プロジェクト: intelogie/monolog
 /**
  * Clears the registry
  */
 public static function clear()
 {
     self::$loggers = [];
 }