You are here

protected function SassCommentNode::getValue in Sassy 7

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

File

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

Class

SassCommentNode
SassCommentNode class. Represents a CSS comment. @package PHamlP @subpackage Sass.tree

Code

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