\Smarty_Internal_Undefined

Smarty Method AppendByRef

Smarty::appendByRef() method

Summary

Methods
Properties
Constants
decodeProperties()
__call()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

decodeProperties()

decodeProperties(\Smarty_Internal_Template  $tpl, array  $properties, boolean  $cache = false) : boolean

This function is executed automatically when a compiled or cached template file is included - Decode saved properties from compiled template and cache files - Check if compiled or cache file is valid

Parameters

\Smarty_Internal_Template $tpl
array $properties

special template properties

boolean $cache

flag if called from cache file

Returns

boolean —

flag if compiled or cache file is valid

__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