Baum\Node::buildTree PHP Method

buildTree() public static method

Maps the provided tree structure into the database.
public static buildTree ( $nodeList ) : boolean
return boolean
    public static function buildTree($nodeList)
    {
        return with(new static())->makeTree($nodeList);
    }