예제 #1
0
파일: ET.class.php 프로젝트: m-mori/forum
 /**
  * Save the current language state so it can be restored later.
  *
  * @return void
  */
 public static function saveLanguageState()
 {
     self::$_definitions = self::$definitions;
     self::$_language = self::$language;
 }