protected function SassCommentNode::getValue in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/tree/SassCommentNode.php \SassCommentNode::getValue()
File
- phpsass/
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;
}