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