You are here

property Smarty::$compile_id in Quiz 6.5

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

Set this if you want different sets of compiled files for the same templates. This is useful for things like different languages. Instead of creating separate sets of templates per language, you set different compile_ids like 'en' and 'de'.

Type: string

File

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

Class

Smarty
@package Smarty

Code

var $compile_id = null;