You are here

property Config_File::$booleanize in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/lib/smarty/Config_File.class.php \Config_File::booleanize

Controls whether config values of on/true/yes and off/false/no get converted to boolean values automatically.

File

includes/moodle/lib/smarty/Config_File.class.php, line 47

Class

Config_File
Config file reading class @package Smarty

Code

var $booleanize = true;