Skip to content

Smarty_Internal_Undefined

Smarty Internal Undefined

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

  • Full name: \Smarty_Internal_Undefined

Properties

class

Name of undefined extension class

public string|null $class

Methods

__construct

Smarty_Internal_Undefined constructor.

public __construct(null|string $class = null): mixed

Parameters:

Parameter Type Description
$class null|string name of undefined extension class

decodeProperties

Wrapper for obsolete class Smarty_Internal_Runtime_ValidateCompiled

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

Parameters:

Parameter Type Description
$tpl \Smarty_Internal_Template
$properties array special template properties
$cache bool flag if called from cache file

Return Value:

false


__call

Call error handler for undefined method

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

Parameters:

Parameter Type Description
$name string unknown method-name
$args array argument array

Throws:



Automatically generated on 2025-03-18