mirror of
https://github.com/smarty-php/smarty.git
synced 2025-12-02 15:29:29 +01:00
some minor speed optimization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user