property Smarty_Compiler::$_permitted_tokens in Quiz 6.5
Same name and namespace in other branches
- 6.6 includes/moodle/lib/smarty/Smarty_Compiler.class.php \Smarty_Compiler::_permitted_tokens
File
- includes/
moodle/ lib/ smarty/ Smarty_Compiler.class.php, line 46
Class
- Smarty_Compiler
- Template compiling class @package Smarty
Code
var $_permitted_tokens = array(
'true',
'false',
'yes',
'no',
'on',
'off',
'null',
);