removed iterator references (those will be added when the implementation is ready)
This commit is contained in:
parent
d1085b0056
commit
e1fb5e5345
2 changed files with 2 additions and 2 deletions
|
@ -29,5 +29,5 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Node_NestedSet_LevelOrderIterator implements Iterator
|
||||
class Doctrine_Node_NestedSet_LevelOrderIterator
|
||||
{}
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Node_NestedSet_PostOrderIterator implements Iterator
|
||||
class Doctrine_Node_NestedSet_PostOrderIterator
|
||||
{}
|
||||
|
|
Loading…
Add table
Reference in a new issue