fixes #346
This commit is contained in:
parent
2685cf2315
commit
042a4e411f
7 changed files with 7 additions and 7 deletions
|
@ -29,6 +29,6 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Node_AdjacencyList extends Doctrine_Node implements Doctrine_Node_Interface
|
||||
abstract class Doctrine_Node_AdjacencyList extends Doctrine_Node implements Doctrine_Node_Interface
|
||||
{}
|
||||
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Node_AdjacencyList_LevelOrderIterator implements Iterator
|
||||
abstract class Doctrine_Node_AdjacencyList_LevelOrderIterator implements Iterator
|
||||
{}
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Node_AdjacencyList_PostOrderIterator implements Iterator
|
||||
abstract class Doctrine_Node_AdjacencyList_PostOrderIterator implements Iterator
|
||||
{}
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Node_AdjacencyList_PreOrderIterator implements Iterator
|
||||
abstract class Doctrine_Node_AdjacencyList_PreOrderIterator implements Iterator
|
||||
{}
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Node_MaterializedPath extends Doctrine_Node implements Doctrine_Node_Interface
|
||||
abstract class Doctrine_Node_MaterializedPath extends Doctrine_Node implements Doctrine_Node_Interface
|
||||
{}
|
||||
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Tree_AdjacencyList extends Doctrine_Tree implements Doctrine_Tree_Interface
|
||||
abstract class Doctrine_Tree_AdjacencyList extends Doctrine_Tree implements Doctrine_Tree_Interface
|
||||
{}
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
* @version $Revision$
|
||||
* @author Joe Simms <joe.simms@websites4.com>
|
||||
*/
|
||||
class Doctrine_Tree_MaterializedPath extends Doctrine_Tree implements Doctrine_Tree_Interface
|
||||
abstract class Doctrine_Tree_MaterializedPath extends Doctrine_Tree implements Doctrine_Tree_Interface
|
||||
{}
|
||||
|
|
Loading…
Add table
Reference in a new issue