Author: dr
Date: Fri Aug 10 11:25:11 2007
New Revision: 5868

Log:
- Update class descriptions.

Modified:
    trunk/Tree/src/backends/memory.php
    trunk/Tree/src/stores/memory.php
    trunk/Tree/src/stores/xml_internal.php
    trunk/Tree/src/structs/memory_node.php
    trunk/TreeDatabaseTiein/src/stores/db_external.php

Modified: trunk/Tree/src/backends/memory.php
==============================================================================
--- trunk/Tree/src/backends/memory.php [iso-8859-1] (original)
+++ trunk/Tree/src/backends/memory.php [iso-8859-1] Fri Aug 10 11:25:11 2007
@@ -9,7 +9,8 @@
 
 /**
  * ezcTreeMemory is an implementation of a tree backend that operates on
- * an in-memory tree structure.
+ * an in-memory tree structure. Meta-information is kept in objects of the
+ * ezcTreeMemoryNode class.
  *
  * @property-read ezcTreeXmlDataStore $store
  *

Modified: trunk/Tree/src/stores/memory.php
==============================================================================
--- trunk/Tree/src/stores/memory.php [iso-8859-1] (original)
+++ trunk/Tree/src/stores/memory.php [iso-8859-1] Fri Aug 10 11:25:11 2007
@@ -9,7 +9,8 @@
 
 /**
  * ezcTreeMemoryDataStore implements storing of node data as part of the node
- * itself.
+ * itself. It stores this node information in objects of the ezcTreeMemoryNode
+ * class.
  *
  * @package Tree
  * @version //autogentag//

Modified: trunk/Tree/src/stores/xml_internal.php
==============================================================================
--- trunk/Tree/src/stores/xml_internal.php [iso-8859-1] (original)
+++ trunk/Tree/src/stores/xml_internal.php [iso-8859-1] Fri Aug 10 11:25:11 2007
@@ -8,8 +8,9 @@
  */
 
 /**
- * ezcTreeXml is an implementation of a tree backend that operates on
- * an XML file.
+ * ezcTreeXmlInternalDataStore is an implementation of a tree node data store
+ * that stores node information in child elements of the XML elements
+ * containing the tree nodes.
  *
  * @package Tree
  * @version //autogentag//

Modified: trunk/Tree/src/structs/memory_node.php
==============================================================================
--- trunk/Tree/src/structs/memory_node.php [iso-8859-1] (original)
+++ trunk/Tree/src/structs/memory_node.php [iso-8859-1] Fri Aug 10 11:25:11 2007
@@ -8,7 +8,8 @@
  */
 
 /**
- * A container to store one memory tree node with meta data
+ * A container to store one memory tree node with meta data, for use with
+ * the ezcTreeMemory backend.
  *
  * @package Tree
  * @version //autogentag//

Modified: trunk/TreeDatabaseTiein/src/stores/db_external.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/stores/db_external.php [iso-8859-1] (original)
+++ trunk/TreeDatabaseTiein/src/stores/db_external.php [iso-8859-1] Fri Aug 10 
11:25:11 2007
@@ -8,8 +8,8 @@
  */
 
 /**
- * ezcTreeXml is an implementation of a tree backend that operates on
- * an XML file.
+ * ezcTreeDbExternalTableDataStore is an implementation of a tree node
+ * data store that uses an external table to store data in.
  *
  * @package Tree
  * @version //autogentag//


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to