You are here

public function SassRootNode::getExtenders in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/tree/SassRootNode.php \SassRootNode::getExtenders()

File

phpsass/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;
}