Baum\Node::rebuild PHP 메소드

rebuild() 공개 정적인 메소드

Rebuilds the structure of the current Nested Set.
public static rebuild ( ) : void
리턴 void
    public static function rebuild()
    {
        $builder = new SetBuilder(new static());
        $builder->rebuild();
    }