예제 #1
0
 /**
  * Enables the CustomHtmlForm file cache
  * 
  * @return void
  * 
  * @author Sebastian Diel <*****@*****.**>
  * @since 22.03.2013
  */
 public static function enableCache()
 {
     self::$cache_enabled = true;
 }