public static function disable($force = true)
 {
     self::$_enabled = $force === true ? false : null;
 }
Beispiel #2
0
 /**
  * Clear the string cache.
  */
 public static function clearStringCache()
 {
     self::$_string_cache = array();
 }