$uid
$uid : string
Unique Template ID
Smarty Config Resource Data Object Meta Data Container for Template Files
$components : array<mixed,\Smarty_Template_Source>
The Components an extended template is made of
$handler : \Smarty_Resource
Resource Handler
$smarty : \Smarty
Smarty instance
__construct(\Smarty $smarty, string $resource, string $type, string $name)
create Source Object container
\Smarty | $smarty | Smarty instance this source object belongs to |
string | $resource | full template_resource |
string | $type | type of resource |
string | $name | resource name |
load(\Smarty_Internal_Template $_template = null, \Smarty $smarty = null, string $template_resource = null) : \Smarty_Template_Config
initialize Source Object for given resource Either [$_template] or [$smarty, $template_resource] must be specified
\Smarty_Internal_Template | $_template | template object |
\Smarty | $smarty | smarty object |
string | $template_resource | resource identifier |
Source Object