Class Smarty_Template_Source
Smarty Resource Data Object Meta Data Container for Template Files
Direct known subclasses
Smarty_Config_Source
Package: Smarty\TemplateResources
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_resource.php
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_resource.php
public
|
#
__construct(
create Source Object container |
public
|
#
getCompiled(
get a Compiled Object of this source |
public
|
|
public
|
|
public
mixed
|
public
string
|
$compiler_class
Name of the Class to compile this resource's contents with |
#
null
|
public
string
|
$template_lexer_class
Name of the Class to tokenize this resource's contents with |
#
null
|
public
string
|
$template_parser_class
Name of the Class to parse this resource's contents with |
#
null
|
public
string
|
$uid
Unique Template ID |
#
null
|
public
string
|
$resource
Template Resource (Smarty_Internal_Template::$template_resource) |
#
null
|
public
string
|
$type
Resource Type |
#
null
|
public
string
|
$name
Resource Name |
#
null
|
public
string
|
$unique_resource
Unique Resource Name |
#
null
|
public
string
|
$filepath
Source Filepath |
#
null
|
public
boolean
|
$uncompiled
Source is bypassing compiler |
#
null
|
public
boolean
|
$recompiled
Source must be recompiled on every occasion |
#
null
|
public
array
|
$components
The Components an extended template is made of |
#
null
|
public
|
$handler
Resource Handler |
#
null
|
public
|
$smarty
Smarty instance |
#
null
|
public
integer
|
$timestamp
Source Timestamp |
public
boolean
|
$exists
Source Existence |
public
boolean
|
$template
Extended Template reference |
public
string
|
$content
Source Content |