8690cabf9c[Tree] Allow to change the default index "__children" used to hold the children of nodes.
12 years ago
Christophe Coevoet
9898253452Fixed the phpdoc and added a missing use statement. Closes #403
13 years ago
comfortablynumb
becf140e60[Tree] Refactored a lot of code. Added missing functionalities. Implemented a RepositoryInterface to create a consistent api between ORM and ODM repositories.
13 years ago
comfortablynumb
f1e372f195[Tree] Added "buildTree" support for Materialized Path strategy (ODM). Done some general refactor on repositories too.