1
0
mirror of synced 2025-01-20 07:21:40 +03:00

removed iterator references (those will be added when the implementation is ready)

This commit is contained in:
zYne 2007-06-13 20:22:46 +00:00
parent d1085b0056
commit e1fb5e5345
2 changed files with 2 additions and 2 deletions

View File

@ -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
{}

View File

@ -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
{}