class for the Smarty variable object This class defines the Smarty variable object
| Methods | ||||||
|---|---|---|---|---|---|---|
| 
					
	public
					
					
				 | __construct(mixed $value = null, boolean $nocache = false)
		create Smarty variable object
	 create Smarty variable object Parameters
 | # | ||||
| 
					
	public
					
					
				 | __toString(): string
		<<magic>> String conversion
	 | # | ||||
| Properties | |||
|---|---|---|---|
| 
	public
					
					
				 | mixed | $value = null | # | 
| 
	public
					
					
				 | boolean | $nocache = false | # |