Author: dr
Date: Tue Aug  7 10:11:36 2007
New Revision: 5825

Log:
- Fixed docs

Modified:
    trunk/Tree/src/backends/db.php
    trunk/Tree/src/backends/db_nested_set.php
    trunk/Tree/src/backends/db_parent_child.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 Aug  7 10:11:36 2007
@@ -10,11 +10,11 @@
 /**
  * ezcTreeDb contains common methods for the different database tree backends.
  *
- * @property-read ezcTreeXmlDataStore $store
+ * @property-read ezcTreeDbDataStore $store
  *                The data store that is used for retrieving/storing data.
- * @property      bool                $prefetch
+ * @property      bool $prefetch
  *                Whether data pre-fetching is enabled.
- * @property      string              $nodeClassName
+ * @property      string $nodeClassName
  *                Which class is used as tree node - this class *must* inherit
  *                the ezcTreeNode class.
  *

Modified: trunk/Tree/src/backends/db_nested_set.php
==============================================================================
--- trunk/Tree/src/backends/db_nested_set.php [iso-8859-1] (original)
+++ trunk/Tree/src/backends/db_nested_set.php [iso-8859-1] Tue Aug  7 10:11:36 
2007
@@ -19,11 +19,11 @@
  * fields "lft" and "rgt" will store the left and right values that the
  * algorithm requires. These two fields should be of an integer type.
  *
- * @property-read ezcTreeXmlDataStore $store
+ * @property-read ezcTreeDbDataStore $store
  *                The data store that is used for retrieving/storing data.
- * @property      bool                $prefetch
+ * @property      bool $prefetch
  *                Whether data pre-fetching is enabled.
- * @property      string              $nodeClassName
+ * @property      string $nodeClassName
  *                Which class is used as tree node - this class *must* inherit
  *                the ezcTreeNode class.
  *

Modified: trunk/Tree/src/backends/db_parent_child.php
==============================================================================
--- trunk/Tree/src/backends/db_parent_child.php [iso-8859-1] (original)
+++ trunk/Tree/src/backends/db_parent_child.php [iso-8859-1] Tue Aug  7 
10:11:36 2007
@@ -17,11 +17,11 @@
  * of the node's parent. Both fields should be of the same database field type.
  * Supported field types are either integer or a string type.
  *
- * @property-read ezcTreeXmlDataStore $store
+ * @property-read ezcTreeDbDataStore $store
  *                The data store that is used for retrieving/storing data.
- * @property      bool                $prefetch
+ * @property      bool $prefetch
  *                Whether data pre-fetching is enabled.
- * @property      string              $nodeClassName
+ * @property      string $nodeClassName
  *                Which class is used as tree node - this class *must* inherit
  *                the ezcTreeNode class.
  *


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

Reply via email to