You are here

public function SassNode::getDebug_info in Sassy 7.3

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

Returns the debug_info option setting for this node

Return value

boolean the debug_info option setting for this node

File

phpsass/tree/SassNode.php, line 195

Class

SassNode
SassNode class. Base class for all Sass nodes. @package PHamlP @subpackage Sass.tree

Code

public function getDebug_info() {
  return $this->parser->debug_info;
}