$compiler_class
$compiler_class : string
Name of the Class to compile this resource's contents with
Smarty Resource Data Object
Meta Data Container for Config Files
$handler : \Smarty_Resource
Resource Handler
$smarty : \Smarty
Smarty instance
__construct(\Smarty_Resource $handler, \Smarty $smarty, string $resource, string $type, string $name, string $unique_resource)
create Config Object container
\Smarty_Resource | $handler | Resource Handler this source object communicates with |
\Smarty | $smarty | Smarty instance this source object belongs to |
string | $resource | full config_resource |
string | $type | type of resource |
string | $name | resource name |
string | $unique_resource | unqiue resource name |
getCompiled(\Smarty_Internal_Template $_template) : \Smarty_Template_Compiled
get a Compiled Object of this source
\Smarty_Internal_Template | $_template | template objet |
compiled object
renderUncompiled(\Smarty_Internal_Template $_template)
render the uncompiled source
\Smarty_Internal_Template | $_template | template object |