Smarty Internal Plugin Debug Class
package | Smarty |
---|---|
subpackage | Debug |
append(array | string $tpl_var, mixed $value, boolean $merge, boolean $nocache) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::append() |
---|
array
string
the template variable name(s)
mixed
the value to append
boolean
flag if array elements shall be merged
boolean
if true any output of this variable will be not cached
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingappendByRef(string $tpl_var, mixed $value, boolean $merge) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::appendByRef() |
---|
string
the template variable name
mixed
&$value the referenced value to append
boolean
flag if array elements shall be merged
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingassign(array | string $tpl_var, mixed $value, boolean $nocache) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::assign() |
---|
array
string
the template variable name(s)
mixed
the value to assign
boolean
if true any output of this variable will be not cached
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingassignByRef(string $tpl_var, $value, boolean $nocache) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::assignByRef() |
---|
string
the template variable name
boolean
if true any output of this variable will be not cached
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingassignGlobal(string $varname, mixed $value, boolean $nocache) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::assignGlobal() |
---|
string
the global variable name
mixed
the value to assign
boolean
if true any output of this variable will be not cached
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingclearAllAssign() : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::clearAllAssign() |
---|
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingclearAssign(string | array $tpl_var) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::clearAssign() |
---|
string
array
the template variable(s) to clear
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingclearConfig(string $varname) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::clearConfig() |
---|
string
variable name or null
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingconfigLoad(string $config_file, mixed $sections) : \Smarty_Internal_Data
inherited_from | \Smarty_Internal_Data::configLoad() |
---|
string
filename
mixed
array of section names, single section or null
\Smarty_Internal_Data
current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for chainingdisplay_debug(\Smarty_Internal_Template | \Smarty $obj)
end_cache(object $template)
object
cached template
end_compile(object $template)
object
end_render(object $template)
object
getConfigVariable(string $variable, $error_enable) : mixed
inherited_from | \Smarty_Internal_Data::getConfigVariable() |
---|
string
the name of the config variable
mixed
the value of the config variablegetConfigVars(string $varname, $search_parents) : string
inherited_from | \Smarty_Internal_Data::getConfigVars() |
---|
string
variable name or null
string
variable value or or array of variablesgetStreamVariable(string $variable) : mixed
inherited_from | \Smarty_Internal_Data::getStreamVariable() |
---|
string
the stream of the variable
mixed
the value of the stream variablegetTemplateVars(string $varname, string $_ptr, boolean $search_parents) : string
inherited_from | \Smarty_Internal_Data::getTemplateVars() |
---|
string
variable name or null
string
optional pointer to data object
boolean
include parent templates?
string
variable value or or array of variablesgetVariable(string $variable, object $_ptr, boolean $search_parents, $error_enable) : object
inherited_from | \Smarty_Internal_Data::getVariable() |
---|
string
the name of the Smarty variable
object
optional pointer to data object
boolean
search also in parent data
object
the object of the variableget_debug_vars(\Smarty_Internal_Template | \Smarty_Data $obj) : \StdClass
start_cache(object $template)
object
cached template
start_compile(object $template)
object
start_render(object $template)
object
get_key(object $template) : string
object
template object
string
key into $template_data$config_vars : array
inherited_from | \Smarty_Internal_Data::$$config_vars |
---|
$template_class : string
inherited_from | \Smarty_Internal_Data::$$template_class |
---|
$template_data : array
$tpl_vars : array
inherited_from | \Smarty_Internal_Data::$$tpl_vars |
---|