You are here

property Smarty::$compiler_file in Quiz 6.6

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

The file that contains the compiler class. This can a full pathname, or relative to the php_include path.

Type: string

File

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

Class

Smarty
@package Smarty

Code

var $compiler_file = 'Smarty_Compiler.class.php';