phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Nov 2010 23:14:59 +0000 (16:14 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Nov 2010 20:10:48 +0000 (13:10 -0700)
imp/lib/Imap/Tree/Element.php
imp/lib/Tree/Flist.php

index 18da32f..3c6485c 100644 (file)
@@ -76,6 +76,7 @@ class IMP_Imap_Tree_Element
      *   'user_icon' - (boolean) Use a user defined icon?
      * 'invisible' - (boolean) Is element invisible?
      * 'label' - (string) The mailbox name run through IMP::getLabel().
+     *           Does NOT include full mailbox path.
      * 'level' - (integer) The deepness level of this element.
      * 'mbox_val' - (string) A html-ized version of 'value'.
      * 'name' - (string) A html-ized version of 'label'.
index 529734d..575cafd 100644 (file)
@@ -66,13 +66,7 @@ class IMP_Tree_Flist extends Horde_Tree_Select
     }
 
     /**
-     * Returns the tree.
-     *
-     * @param boolean $static  If true the tree nodes can't be expanded and
-     *                         collapsed and the tree gets rendered expanded.
-     *                         This option has no effect in this driver.
-     *
-     * @return string  The HTML code of the rendered tree.
+     * @param boolean $static  Ignored in this driver.
      */
     public function getTree($static = false)
     {
@@ -169,11 +163,6 @@ class IMP_Tree_Flist extends Horde_Tree_Select
     }
 
     /**
-     * Recursive function to walk through the tree array and build the output.
-     *
-     * @param string $node_id  The Node ID.
-     *
-     * @return string  The tree rendering.
      */
     protected function _buildTree($node_id)
     {