示例#1
0
 /**
  * Resets the phrase cache. This should be done when a phrase value
  * changes, before compiling templates.
  */
 public static function resetPhraseCache()
 {
     self::$_phraseCache = array();
 }