Author: dr
Date: Fri Aug 10 16:47:53 2007
New Revision: 5877

Log:
- Fixed property documentation.

Modified:
    trunk/Tree/src/backends/memory.php
    trunk/Tree/src/backends/xml.php
    trunk/TreeDatabaseTiein/src/backends/db.php
    trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php
    trunk/TreeDatabaseTiein/src/backends/db_nested_set.php
    trunk/TreeDatabaseTiein/src/backends/db_parent_child.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 16:47:53 2007
@@ -25,6 +25,10 @@
  * See [EMAIL PROTECTED] ezcTree} for examples on how to operate on the tree.
  *
  * @property-read ezcTreeXmlDataStore $store
+ *                The data store that is used for retrieving/storing data.
+ * @property      string              $nodeClassName
+ *                Which class is used as tree node - this class *must* inherit
+ *                the ezcTreeNode class.
  *
  * @package Tree
  * @version //autogentag//

Modified: trunk/Tree/src/backends/xml.php
==============================================================================
--- trunk/Tree/src/backends/xml.php [iso-8859-1] (original)
+++ trunk/Tree/src/backends/xml.php [iso-8859-1] Fri Aug 10 16:47:53 2007
@@ -31,6 +31,10 @@
  * See [EMAIL PROTECTED] ezcTree} for examples on how to operate on the tree.
  *
  * @property-read ezcTreeXmlDataStore $store
+ *                The data store that is used for retrieving/storing data.
+ * @property      string              $nodeClassName
+ *                Which class is used as tree node - this class *must* inherit
+ *                the ezcTreeNode class.
  *
  * @package Tree
  * @version //autogentag//

Modified: trunk/TreeDatabaseTiein/src/backends/db.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/backends/db.php [iso-8859-1] (original)
+++ trunk/TreeDatabaseTiein/src/backends/db.php [iso-8859-1] Fri Aug 10 
16:47:53 2007
@@ -12,8 +12,6 @@
  *
  * @property-read ezcTreeDbDataStore $store
  *                The data store that is used for retrieving/storing data.
- * @property      bool $prefetch
- *                Whether data pre-fetching is enabled.
  * @property      string $nodeClassName
  *                Which class is used as tree node - this class *must* inherit
  *                the ezcTreeNode class.

Modified: trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php [iso-8859-1] 
(original)
+++ trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php [iso-8859-1] 
Fri Aug 10 16:47:53 2007
@@ -21,8 +21,6 @@
  *
  * @property-read ezcTreeDbDataStore $store
  *                The data store that is used for retrieving/storing data.
- * @property      bool $prefetch
- *                Whether data pre-fetching is enabled.
  * @property      string $nodeClassName
  *                Which class is used as tree node - this class *must* inherit
  *                the ezcTreeNode class.

Modified: trunk/TreeDatabaseTiein/src/backends/db_nested_set.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/backends/db_nested_set.php [iso-8859-1] 
(original)
+++ trunk/TreeDatabaseTiein/src/backends/db_nested_set.php [iso-8859-1] Fri Aug 
10 16:47:53 2007
@@ -21,8 +21,6 @@
  *
  * @property-read ezcTreeDbDataStore $store
  *                The data store that is used for retrieving/storing data.
- * @property      bool $prefetch
- *                Whether data pre-fetching is enabled.
  * @property      string $nodeClassName
  *                Which class is used as tree node - this class *must* inherit
  *                the ezcTreeNode class.

Modified: trunk/TreeDatabaseTiein/src/backends/db_parent_child.php
==============================================================================
--- trunk/TreeDatabaseTiein/src/backends/db_parent_child.php [iso-8859-1] 
(original)
+++ trunk/TreeDatabaseTiein/src/backends/db_parent_child.php [iso-8859-1] Fri 
Aug 10 16:47:53 2007
@@ -19,8 +19,6 @@
  *
  * @property-read ezcTreeDbDataStore $store
  *                The data store that is used for retrieving/storing data.
- * @property      bool $prefetch
- *                Whether data pre-fetching is enabled.
  * @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