class for the Smarty variable object
This class defines the Smarty variable object
| package | Smarty |
|---|---|
| subpackage | Template |
__construct(mixed $value, boolean $nocache, int $scope)
mixedthe value to assign
booleanif true any output of this variable will be not cached
intthe scope the variable will have (local,parent or root)
__toString() : string
string$nocache : boolean
$scope : int
$value : mixed