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