property Smarty::$_config in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::_config
loaded configuration settings
Type: array
File
- includes/
moodle/ lib/ smarty/ Smarty.class.php, line 452
Class
- Smarty
- @package Smarty
Code
var $_config = array(
array(
'vars' => array(),
'files' => array(),
),
);