Author: dr
Date: Tue Jul 31 10:12:03 2007
New Revision: 5766
Log:
- Removed superfluous method definitions.
Modified:
trunk/Tree/src/backends/db.php
Modified: trunk/Tree/src/backends/db.php
==============================================================================
--- trunk/Tree/src/backends/db.php [iso-8859-1] (original)
+++ trunk/Tree/src/backends/db.php [iso-8859-1] Tue Jul 31 10:12:03 2007
@@ -48,57 +48,5 @@
return count( $s->fetchAll() ) ? true : false;
}
-
- public function fetchChildren( $id )
- {
- }
-
- public function fetchPath( $id )
- {
- }
-
- public function fetchSubtree( $id, $searchMethod = ezcTree::DEPTH_FIRST )
- {
- }
-
- public function getChildCount( $id )
- {
- }
-
- public function getChildCountRecursive( $id )
- {
- }
-
- public function getPathLength( $id )
- {
- }
-
- public function hasChildNodes( $id )
- {
- }
-
- public function isDecendantOf( $childId, $parentId )
- {
- }
-
- public function isSiblingOf( $child1Id, $child2Id )
- {
- }
-
- public function setRootNode( ezcTreeNode $node )
- {
- }
-
- public function addChild( $parentId, ezcTreeNode $childNode )
- {
- }
-
- public function delete( $id )
- {
- }
-
- public function move( $id, $targetParentId )
- {
- }
}
?>
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components