Class Smarty_Internal_Resource_Php
Smarty Internal Plugin Resource PHP Implements the file system as resource for PHP templates
- Smarty_Resource
-
Smarty_Internal_Resource_File
-
Smarty_Internal_Resource_Php
Package: Smarty\TemplateResources
Author: Uwe Tews
Author: Rodney Rehm
Located at tpl/smarty/sysplugins/smarty_internal_resource_php.php
Author: Uwe Tews
Author: Rodney Rehm
Located at tpl/smarty/sysplugins/smarty_internal_resource_php.php
Methods summary
public
|
|
public
string
|
#
getContent(
Load template's source from file into current template object |
public
|
#
renderUncompiled(
Render and output the template (without using the compiler) |
public
|
#
populateCompiledFilepath(
populate compiled object with compiled filepath |
Methods inherited from Smarty_Internal_Resource_File
buildFilepath(),
getBasename(),
populate(),
populateTimestamp()
Methods inherited from Smarty_Resource
buildUniqueResourceName(),
checkTimestamps(),
getUniqueTemplateName(),
load(),
parseResourceName(),
source()
Magic methods inherited from Smarty_Resource
Properties summary
public
boolean
|
$uncompiled
Flag that it's an uncompiled resource |
#
true
|
protected
string
|
$short_open_tag
container for short_open_tag directive's value before executing PHP templates |
|
public
boolean
|
$hasCompiledHandler
Resource does implement populateCompiledFilepath() method |
#
true
|