You are here

private property SassVariableNode::$value in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/tree/SassVariableNode.php \SassVariableNode::value

*

Type: string value of the variable or expression to evaluate

File

phamlp/sass/tree/SassVariableNode.php, line 36

Class

SassVariableNode
SassVariableNode class. Represents a variable. @package PHamlP @subpackage Sass.tree

Code

private $value;