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 472)


	
			
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 485)

if true any output of this variable will be not cached

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

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

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

template variable

  • access: public
Methods
Constructor __construct (line 500)

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 512)

<<magic>> String conversion

  • access: public
string __toString ()

Documentation generated on Mon, 17 Jun 2013 21:06:48 +0000 by phpDocumentor 1.4.3