\Smarty_Internal_Undefined

Smarty Internal Undefined

Class to handle undefined method calls or calls to obsolete runtime extensions

Summary

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

Properties

$class

$class : string|null

Name of undefined extension class

Type

string|null

Methods

__construct()

__construct(null|string  $class = null) 

Smarty_Internal_Undefined constructor.

Parameters

null|string $class

name of undefined extension class

decodeProperties()

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

Wrapper for obsolete class Smarty_Internal_Runtime_ValidateCompiled

Parameters

\Smarty_Internal_Template $tpl
array $properties

special template properties

boolean $cache

flag if called from cache file

Returns

boolean —

false

__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