property Smarty::$default_template_handler_func in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::default_template_handler_func
If a template cannot be found, this PHP function will be executed. Useful for creating templates on-the-fly or other special action.
Type: string function name
File
- includes/
moodle/ lib/ smarty/ Smarty.class.php, line 376
Class
- Smarty
- @package Smarty
Code
var $default_template_handler_func = '';