You are here

private function SassNode::getLevel in Sassy 7

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

* Returns the level of this node. *

Return value

integer the level of this node

File

phamlp/sass/tree/SassNode.php, line 176

Class

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

Code

private function getLevel() {
  return $this->token->level;
}