Properties

$objType

$objType : 

Type

$_cacheModify

$_cacheModify : \Smarty_Internal_Runtime_CacheModify

Type

\Smarty_Internal_Runtime_CacheModify

$_cacheResourceFile

$_cacheResourceFile : \Smarty_Internal_Runtime_CacheResourceFile

Type

\Smarty_Internal_Runtime_CacheResourceFile

$_capture

$_capture : \Smarty_Internal_Runtime_Capture

Type

\Smarty_Internal_Runtime_Capture

$_codeFrame

$_codeFrame : \Smarty_Internal_Runtime_CodeFrame

Type

\Smarty_Internal_Runtime_CodeFrame

$_filterHandler

$_filterHandler : \Smarty_Internal_Runtime_FilterHandler

Type

\Smarty_Internal_Runtime_FilterHandler

$_foreach

$_foreach : \Smarty_Internal_Runtime_Foreach

Type

\Smarty_Internal_Runtime_Foreach

$_getIncludePath

$_getIncludePath : \Smarty_Internal_Runtime_GetIncludePath

Type

\Smarty_Internal_Runtime_GetIncludePath

$_make_nocache

$_make_nocache : \Smarty_Internal_Runtime_Make_Nocache

Type

\Smarty_Internal_Runtime_Make_Nocache

$_updateCache

$_updateCache : \Smarty_Internal_Runtime_UpdateCache

Type

\Smarty_Internal_Runtime_UpdateCache

$_updateScope

$_updateScope : \Smarty_Internal_Runtime_UpdateScope

Type

\Smarty_Internal_Runtime_UpdateScope

$_tplFunction

$_tplFunction : \Smarty_Internal_Runtime_TplFunction

Type

\Smarty_Internal_Runtime_TplFunction

$_writeFile

$_writeFile : \Smarty_Internal_Runtime_WriteFile

Method extensions

Type

\Smarty_Internal_Runtime_WriteFile

$getTemplateVars

$getTemplateVars : \Smarty_Internal_Method_GetTemplateVars

Type

\Smarty_Internal_Method_GetTemplateVars

$append

$append : \Smarty_Internal_Method_Append

Type

\Smarty_Internal_Method_Append

$appendByRef

$appendByRef : \Smarty_Internal_Method_AppendByRef

Type

\Smarty_Internal_Method_AppendByRef

$assignGlobal

$assignGlobal : \Smarty_Internal_Method_AssignGlobal

Type

\Smarty_Internal_Method_AssignGlobal

$assignByRef

$assignByRef : \Smarty_Internal_Method_AssignByRef

Type

\Smarty_Internal_Method_AssignByRef

$loadFilter

$loadFilter : \Smarty_Internal_Method_LoadFilter

Type

\Smarty_Internal_Method_LoadFilter

$loadPlugin

$loadPlugin : \Smarty_Internal_Method_LoadPlugin

Type

\Smarty_Internal_Method_LoadPlugin

$registerFilter

$registerFilter : \Smarty_Internal_Method_RegisterFilter

Type

\Smarty_Internal_Method_RegisterFilter

$registerObject

$registerObject : \Smarty_Internal_Method_RegisterObject

Type

\Smarty_Internal_Method_RegisterObject

$registerPlugin

$registerPlugin : \Smarty_Internal_Method_RegisterPlugin

Type

\Smarty_Internal_Method_RegisterPlugin

$_property_info

$_property_info : array

Cache for property information from generic getter/setter Preloaded with names which should not use with generic getter/setter

Type

array

$resolvedProperties

$resolvedProperties : 

Type

Methods

_callExternalMethod()

_callExternalMethod(\Smarty_Internal_Data  $data, string  $name, array  $args) : mixed

Call external Method

Parameters

\Smarty_Internal_Data $data
string $name

external method names

array $args

argument array

Throws

\SmartyException

Returns

mixed

upperCase()

upperCase(string  $name) : string

Make first character of name parts upper case

Parameters

string $name

Returns

string

__set()

__set(string  $property_name, mixed  $value) 

set extension property

Parameters

string $property_name

property name

mixed $value

value

Throws

\SmartyException

__get()

__get(string  $property_name) : mixed|\Smarty_Template_Cached

get extension object

Parameters

string $property_name

property name

Throws

\SmartyException

Returns

mixed|\Smarty_Template_Cached

__call()

__call(string  $name, array  $args) : mixed

Call error handler for undefined method

Parameters

string $name

unknown method-name

array $args

argument array

Throws

\SmartyException

Returns

mixed