You are here

property Smarty_Compiler::$_permitted_tokens in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 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',
);