This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Cost O(n) | |
* | |
* This method allow build a tree given following data | |
* | |
* $entities is an Array ( or any ArrayIterator implementation ) of $entity | |
* $entity is an Object ( can be Whatever ) | |
* |