* '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'.
}
/**
- * 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)
{
}
/**
- * 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)
{