You are here

function Smarty::unregister_object in Quiz 6.5

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

Unregisters object

Parameters

string $object name of template object:

File

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

Class

Smarty
@package Smarty

Code

function unregister_object($object) {
  unset($this->_reg_objects[$object]);
}