mirror of
https://github.com/smarty-php/smarty.git
synced 2026-04-29 10:13:25 +02:00
- optimization of compiling speed when same modifier was used several times
This commit is contained in:
@@ -112,6 +112,11 @@ abstract class Smarty_Internal_TemplateCompilerBase {
|
||||
* @var array
|
||||
*/
|
||||
public $modifier_plugins = array();
|
||||
/**
|
||||
* type of already compiled modifier
|
||||
* @var array
|
||||
*/
|
||||
public $known_modifier_type = array();
|
||||
|
||||
/**
|
||||
* Initialize compiler
|
||||
|
||||
Reference in New Issue
Block a user