You are here

property Smarty::$config_read_hidden in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/lib/smarty/Smarty.class.php \Smarty::config_read_hidden

This tells whether hidden sections [.foobar] are readable from the tempalates or not. Normally you would never allow this since that is the point behind hidden sections: the application can access them, but the templates cannot.

File

includes/moodle/lib/smarty/Smarty.class.php, line 361

Class

Smarty
@package Smarty

Code

var $config_read_hidden = false;