property Smarty::$compile_check in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::compile_check
This tells Smarty whether to check for recompiling or not. Recompiling does not need to happen unless a template or config file is changed. Typically you enable this during development, and disable for production.
Type: boolean
File
- includes/
moodle/ lib/ smarty/ Smarty.class.php, line 140
Class
- Smarty
- @package Smarty
Code
var $compile_check = true;