public function HamlNode::getParent in Sassy 7
* Returns the node's parent *
Return value
array the node's parent
File
- phamlp/
haml/ tree/ HamlNode.php, line 133
Class
- HamlNode
- HamlNode class. Base class for all Haml nodes. @package PHamlP @subpackage Haml.tree
Code
public function getParent() {
return $this->parent;
}