Class Smarty_Variable

Description

class for the Smarty variable object

This class defines the Smarty variable object

Located in /libs/sysplugins/smarty_internal_data.php (line 453)


	
			
Variable Summary
boolean $nocache
int $scope
mixed $value
Method Summary
Smarty_Variable __construct ([mixed $value = null], [boolean $nocache = false], [int $scope = Smarty::SCOPE_LOCAL])
string __toString ()
Variables
boolean $nocache = false (line 466)

if true any output of this variable will be not cached

  • access: public
int $scope = Smarty::SCOPE_LOCAL (line 472)

the scope the variable will have (local,parent or root)

  • access: public
mixed $value = null (line 460)

template variable

  • access: public
Methods
Constructor __construct (line 481)

create Smarty variable object

  • access: public
Smarty_Variable __construct ([mixed $value = null], [boolean $nocache = false], [int $scope = Smarty::SCOPE_LOCAL])
  • mixed $value: the value to assign
  • boolean $nocache: if true any output of this variable will be not cached
  • int $scope: the scope the variable will have (local,parent or root)
__toString (line 493)

magic>> String conversion

  • access: public
string __toString ()

Documentation generated on Sat, 24 Sep 2011 20:23:53 +0200 by phpDocumentor 1.4.1