Example #1
0
 /**
  * Unregister object
  *
  * @param string $object Name of template object
  * @return void
  */
 function unregisterObject($object)
 {
     $this->_smarty->unregister_object($object);
 }