Example #1
0
 /**
  * Empty template objects cache
  */
 public function _clearTemplateCache()
 {
     Smarty_Internal_Template::$isCacheTplObj = array();
     Smarty_Internal_Template::$tplObjCache = array();
 }