示例#1
0
文件: CSSAPI.php 项目: rukzuk/rukzuk
 /**
  * @param NodeTree      $nodeTree
  * @param RenderContext $renderContext
  */
 public function __construct(NodeTree $nodeTree, RenderContext $renderContext)
 {
     parent::__construct($renderContext);
     $this->nodeTree = $nodeTree;
 }