dataProvider->getRoot(); } /** * Renders a tree * * @return mixed */ public function render() { return $this->nodeRenderer->renderTree($this); } }