You are here

property Smarty::$default_modifiers in Quiz 6.6

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

This is a list of the modifiers to apply to all template variables. Put each modifier in a separate array element in the order you want them applied. example: <code>array('escape:"htmlall"');</code>

Type: array

File

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

Class

Smarty
@package Smarty

Code

var $default_modifiers = array();