property Smarty::$config_booleanize in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::config_booleanize
This tells whether or not to automatically booleanize config file variables. If enabled, then the strings "on", "true", and "yes" are treated as boolean true, and "off", "false" and "no" are treated as boolean false.
File
- includes/
moodle/ lib/ smarty/ Smarty.class.php, line 353
Class
- Smarty
- @package Smarty
Code
var $config_booleanize = true;