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);
    }