public function SassRootNode::getExtenders in Sassy 7
Same name and namespace in other branches
- 7.3 phpsass/tree/SassRootNode.php \SassRootNode::getExtenders()
File
- phamlp/
sass/ tree/ SassRootNode.php, line 88
Class
- SassRootNode
- SassRootNode class. Also the root node of a document. @package PHamlP @subpackage Sass.tree
Code
public function getExtenders() {
return $this->extenders;
}