You are here

property Smarty::$_plugins in Quiz 6.5

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

table keeping track of plugins

Type: array

File

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

Class

Smarty
@package Smarty

Code

var $_plugins = array(
  'modifier' => array(),
  'function' => array(),
  'block' => array(),
  'compiler' => array(),
  'prefilter' => array(),
  'postfilter' => array(),
  'outputfilter' => array(),
  'resource' => array(),
  'insert' => array(),
);