You are here

public function SassPropertyNode::getValue in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/tree/SassPropertyNode.php \SassPropertyNode::getValue()

* Returns the parsed value of this property. *

Return value

string the parsed value of this property

File

phamlp/sass/tree/SassPropertyNode.php, line 170

Class

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

Code

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