Baum\Node::buildTree PHP Метод

buildTree() публичный статический Метод

Maps the provided tree structure into the database.
public static buildTree ( $nodeList ) : boolean
Результат boolean
    public static function buildTree($nodeList)
    {
        return with(new static())->makeTree($nodeList);
    }