daux.io/libs/Tree
Stéphane Goetz aa5602a0fb Refactor the tree system
Each element of the tree now only has one parent, not a parent array.

- Creating an elements doesn't necessarily rely on an existing file
- Moving elements unregisters elements from the previous parent
- Moved some helpers to the builder instead of Entry
2015-07-20 20:51:32 +02:00
..
Builder.php Refactor the tree system 2015-07-20 20:51:32 +02:00
Content.php Refactor to not use ->value in the tree 2015-07-20 20:51:32 +02:00
Directory.php Refactor the tree system 2015-07-20 20:51:32 +02:00
Entry.php Refactor the tree system 2015-07-20 20:51:32 +02:00
Raw.php Refactor to not use ->value in the tree 2015-07-20 20:51:32 +02:00
Root.php Refactor the tree system 2015-07-20 20:51:32 +02:00