Class Smarty_Variable
class for the Smarty variable object This class defines the Smarty variable object
Package: Smarty\Template
Author: Uwe Tews
Located at plugins/smarty/smarty_source/sysplugins/smarty_internal_data.php
Author: Uwe Tews
Located at plugins/smarty/smarty_source/sysplugins/smarty_internal_data.php
public
|
#
__construct( mixed $value = null, boolean $nocache = false, integer $scope =
create Smarty variable object |
public
string
|
public
mixed
|
$value
template variable |
#
null
|
public
boolean
|
$nocache
if true any output of this variable will be not cached |
#
false
|
public
integer
|
$scope
the scope the variable will have (local,parent or root) |