Exemple #1
0
 /**
  * clean the locale
  *
  * @access public static
  */
 public static function clean()
 {
     self::$_code = null;
     self::$_list = array();
 }