Baum\Node::buildTree PHP Méthode

buildTree() public static méthode

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