You are here

private function HamlNode::getSource in Sassy 7

* Returns the source for this node *

Return value

string the source for this node

File

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

Class

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

Code

private function getSource() {
  return $this->token[HamlParser::HAML_SOURCE];
}