You are here

public function SassNode::getChildren in Sassy 7

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

* Returns the node's children *

Return value

array the node's children

File

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

Class

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

Code

public function getChildren() {
  return $this->children;
}