Encore\Admin\Admin::tree PHP Method

tree() public method

Build a tree.
public tree ( $model ) : Tree
$model
return Tree
    public function tree($model)
    {
        return new Tree($this->getModel($model));
    }