コード例 #1
0
ファイル: Debug.php プロジェクト: biribogos/wikihow-src
 /**
  * Clears internal log array and deprecation tracking
  * @since 1.19
  */
 public static function clearLog()
 {
     self::$log = array();
     self::$deprecationWarnings = array();
 }
コード例 #2
0
ファイル: MWDebug.php プロジェクト: paladox/mediawiki
 /**
  * Clears internal log array and deprecation tracking
  * @since 1.19
  */
 public static function clearLog()
 {
     self::$log = [];
     self::$deprecationWarnings = [];
 }