diff options
Diffstat (limited to 'library/Smarty/libs/sysplugins/smarty_resource_recompiled.php')
-rw-r--r-- | library/Smarty/libs/sysplugins/smarty_resource_recompiled.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/library/Smarty/libs/sysplugins/smarty_resource_recompiled.php b/library/Smarty/libs/sysplugins/smarty_resource_recompiled.php index 66b36e17a..cfd73401b 100644 --- a/library/Smarty/libs/sysplugins/smarty_resource_recompiled.php +++ b/library/Smarty/libs/sysplugins/smarty_resource_recompiled.php @@ -17,6 +17,20 @@ abstract class Smarty_Resource_Recompiled extends Smarty_Resource { /** + * Flag that it's an recompiled resource + * + * @var bool + */ + public $recompiled = true; + + /** + * Resource does implement populateCompiledFilepath() method + * + * @var bool + */ + public $hasCompiledHandler = true; + + /** * populate Compiled Object with compiled filepath * * @param Smarty_Template_Compiled $compiled compiled object |