From: Michael M Slusarz Date: Thu, 18 Nov 2010 23:14:59 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4b062cb98ade6d9f98e547d60f41eec6b60c8f31;p=horde.git phpdoc --- diff --git a/imp/lib/Imap/Tree/Element.php b/imp/lib/Imap/Tree/Element.php index 18da32f3a..3c6485c97 100644 --- a/imp/lib/Imap/Tree/Element.php +++ b/imp/lib/Imap/Tree/Element.php @@ -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'. diff --git a/imp/lib/Tree/Flist.php b/imp/lib/Tree/Flist.php index 529734df1..575cafd71 100644 --- a/imp/lib/Tree/Flist.php +++ b/imp/lib/Tree/Flist.php @@ -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) {