You are here

public function SassPropertyNode::getValue in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/tree/SassPropertyNode.php \SassPropertyNode::getValue()

Returns the parsed value of this property.

Return value

string the parsed value of this property

File

phpsass/tree/SassPropertyNode.php, line 169

Class

SassPropertyNode
SassPropertyNode class. Represents a CSS property. @package PHamlP @subpackage Sass.tree

Code

public function getValue() {
  return $this->value;
}