\Undefined_Smarty_Variable

class for undefined variable object

This class defines an object for undefined variable handling

Summary

Methods
Properties
Constants
__get()
__toString()
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

__get()

__get(string  $name) : boolean

Returns FALSE for 'nocache' and NULL otherwise.

Parameters

string $name

Returns

boolean

__toString()

__toString() : string

Always returns an empty string.

Returns

string