4 * class for undefined variable object
5 * This class defines an object for undefined variable handling
10 class Smarty_Undefined_Variable
13 * Returns FALSE for 'nocache' and NULL otherwise.
19 public function __get($name)
21 if ($name == 'nocache') {
29 * Always returns an empty string.
33 public function __toString()