You are here

function Smarty::clear_all_assign in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::clear_all_assign()

clear all the assigned template variables.

File

includes/moodle/lib/smarty/Smarty.class.php, line 1005

Class

Smarty
@package Smarty

Code

function clear_all_assign() {
  $this->_tpl_vars = array();
}