コード例 #1
0
ファイル: Locale.php プロジェクト: juchi/html2pdf
 /**
  * clean the locale
  *
  * @return void
  */
 public static function clean()
 {
     self::$code = null;
     self::$list = array();
 }