function Smarty::clear_all_assign in Quiz 6.5
Same name and namespace in other branches
- 6.6 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();
}