Author: dr
Date: Mon Dec 17 09:56:17 2007
New Revision: 6990

Log:
- Added some extra comments.

Modified:
    trunk/Tree/src/tree_node.php

Modified: trunk/Tree/src/tree_node.php
==============================================================================
--- trunk/Tree/src/tree_node.php [iso-8859-1] (original)
+++ trunk/Tree/src/tree_node.php [iso-8859-1] Mon Dec 17 09:56:17 2007
@@ -26,6 +26,10 @@
  *     $parentNode->addChild( $node );
  * ?>
  * </code>
+ *
+ * To use your own implementation of tree nodes, you can override the class
+ * that is used by the tree by setting the nodeClassName property of the
+ * ezcTree class. The class must inherit from this class though.
  *
  * @property-read string  $id          The ID that uniquely identifies a node
  * @property-read ezcTree $tree        The tree object that this node belongs 
to


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to