Baum\Node::rebuild PHP Méthode

rebuild() public static méthode

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