Exemplo n.º 1
0
 /**
  * Resets the template system state.
  */
 public static function reset()
 {
     self::$_templateCache = array();
     self::$_toLoad = array();
 }