Example #1
0
 /**
  * Reiniciamos la clase borrando las variables y plantillas asignadas
  * @return nothing
  */
 public static function clear()
 {
     self::$variables = array();
     self::$templates = array();
     self::$files = array('js' => array(), 'css' => array(), 'lang' => array());
 }