some minor speed optimization

This commit is contained in:
Uwe Tews
2015-01-03 21:27:33 +01:00
parent 57620443e9
commit 8b71e591c0
2 changed files with 30 additions and 30 deletions

View File

@@ -76,6 +76,12 @@ class Smarty_Template_Source
* @var string
*/
public $filepath = null;
/**
* Source File Base name
*
* @var string
*/
public $basename = null;
/**
* The Components an extended template is made of