$value
$value : mixed
template variable
class for the Smarty variable object
This class defines the Smarty variable object
__construct(mixed $value = null, boolean $nocache = false, integer $scope = \Smarty::SCOPE_LOCAL)
create Smarty variable object
| mixed | $value | the value to assign  | 
                            
| boolean | $nocache | if true any output of this variable will be not cached  | 
                            
| integer | $scope | the scope the variable will have (local,parent or root)  |