You are here

private function HamlNode::getLine in Sassy 7

* Returns the source for this node *

Return value

string the source for this node

File

phamlp/haml/tree/HamlNode.php, line 192

Class

HamlNode
HamlNode class. Base class for all Haml nodes. @package PHamlP @subpackage Haml.tree

Code

private function getLine() {
  return $this->token['line'];
}