<?php include_once '../doc-typo3-funcs.php'; $doxygen_vars = array( "title" => "TYPO3 4.0.1: t3lib_browseTree Class Reference", "datetime" => "Sat Dec 2 19:25:48 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?> <!-- Generated by Doxygen 1.4.6 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical List</span></a></li> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul></div> <h1>t3lib_browseTree Class Reference</h1><!-- doxytag: class="t3lib_browseTree" --><!-- doxytag: inherits="t3lib_treeView" -->Inheritance diagram for t3lib_browseTree:<p><center><img src="classt3lib__browseTree__inherit__graph.png" border="0" usemap="#t3lib__browseTree__inherit__map" alt="Inheritance graph"></center> <map name="t3lib__browseTree__inherit__map"> <area href="classlocalPageTree.html" shape="rect" coords="19,1224,195,1784" alt=""> <area href="classt3lib__treeView.html" shape="rect" coords="5,7,208,1020" alt=""> </map> <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for t3lib_browseTree:<p><center><img src="classt3lib__browseTree__coll__graph.png" border="0" usemap="#t3lib__browseTree__coll__map" alt="Collaboration graph"></center> <map name="t3lib__browseTree__coll__map"> <area href="classt3lib__treeView.html" shape="rect" coords="5,7,208,1020" alt=""> </map> <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classt3lib__browseTree-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classt3lib__browseTree.html#3cb762a999aeb785705ed8f7a9c55847">init</a> ($clause='')</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classt3lib__browseTree.html#01382bf6ebdfd296d2e7a1bbee970638">getTitleAttrib</a> ($row)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classt3lib__browseTree.html#b14d6315d6edab90d2d5c439e24a0ab8">wrapIcon</a> ($icon, $row)</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <p> <p> Definition at line <a class="el" href="class_8t3lib__browsetree_8php-source.html#l00074">74</a> of file <a class="el" href="class_8t3lib__browsetree_8php-source.html">class.t3lib_browsetree.php</a>.<hr><h2>Member Function Documentation</h2> <a class="anchor" name="01382bf6ebdfd296d2e7a1bbee970638"></a><!-- doxytag: member="t3lib_browseTree::getTitleAttrib" ref="01382bf6ebdfd296d2e7a1bbee970638" args="($row)" --><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">t3lib_browseTree::getTitleAttrib </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">$ </td> <td class="mdname1" valign="top" nowrap> <em>row</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Creates title attribute content for pages. Uses API function in <a class="el" href="classt3lib__BEfunc.html">t3lib_BEfunc</a> which will retrieve lots of useful information for pages.<p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>array</em> </td><td>The table row. </td></tr> </table> </dl> <dl compact><dt><b>Returns:</b></dt><dd>string </dd></dl> <p> Reimplemented from <a class="el" href="classt3lib__treeView.html#199f6d231ea69433a68f3513b5ca3025">t3lib_treeView</a>. <p> Definition at line <a class="el" href="class_8t3lib__browsetree_8php-source.html#l00116">116</a> of file <a class="el" href="class_8t3lib__browsetree_8php-source.html">class.t3lib_browsetree.php</a>. <p> References <a class="el" href="class_8t3lib__befunc_8php-source.html#l01645">t3lib_BEfunc::titleAttribForPages()</a>. </td> </tr> </table> <a class="anchor" name="3cb762a999aeb785705ed8f7a9c55847"></a><!-- doxytag: member="t3lib_browseTree::init" ref="3cb762a999aeb785705ed8f7a9c55847" args="($clause='')" --><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">t3lib_browseTree::init </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">$ </td> <td class="mdname1" valign="top" nowrap> <em>clause</em> = <code>''</code> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Initialize, setting what is necessary for browsing pages. Using the current user.<p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>string</em> </td><td>Additional clause for selecting pages. </td></tr> </table> </dl> <dl compact><dt><b>Returns:</b></dt><dd>void </dd></dl> <p> Definition at line <a class="el" href="class_8t3lib__browsetree_8php-source.html#l00083">83</a> of file <a class="el" href="class_8t3lib__browsetree_8php-source.html">class.t3lib_browsetree.php</a>. <p> References <a class="el" href="class_8t3lib__treeview_8php-source.html#l00159">t3lib_treeView::$clause</a>, <a class="el" href="class_8t3lib__extmgm_8php-source.html#l00131">t3lib_extMgm::isLoaded()</a>, and <a class="el" href="class_8t3lib__treeview_8php-source.html#l00301">t3lib_treeView::setTreeName()</a>. <p> Referenced by <a class="el" href="typo3_2sysext_2impexp_2app_2index_8php-source.html#l00199">localPageTree::ext_tree()</a>, and <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00140">localPageTree::localPageTree()</a>. </td> </tr> </table> <a class="anchor" name="b14d6315d6edab90d2d5c439e24a0ab8"></a><!-- doxytag: member="t3lib_browseTree::wrapIcon" ref="b14d6315d6edab90d2d5c439e24a0ab8" args="($icon, $row)" --><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">t3lib_browseTree::wrapIcon </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">$ </td> <td class="mdname" nowrap> <em>icon</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td class="md"></td> <td class="md" nowrap>$ </td> <td class="mdname" nowrap> <em>row</em></td> </tr> <tr> <td class="md"></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Wrapping the image tag, $icon, for the row, $row (except for mount points)<p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>string</em> </td><td>The image tag for the icon </td></tr> <tr><td valign="top"></td><td valign="top"><em>array</em> </td><td>The row for the current element </td></tr> </table> </dl> <dl compact><dt><b>Returns:</b></dt><dd>string The processed icon input value. private </dd></dl> <p> Reimplemented from <a class="el" href="classt3lib__treeView.html#8605bf74617935eb82c7b21892d3dca3">t3lib_treeView</a>. <p> Reimplemented in <a class="el" href="classlocalPageTree.html#2aab953ee732c0c91f63999398024f53">localPageTree</a>, <a class="el" href="classlocalPageTree.html#2aab953ee732c0c91f63999398024f53">localPageTree</a>, <a class="el" href="classlocalPageTree.html#2aab953ee732c0c91f63999398024f53">localPageTree</a>, <a class="el" href="classlocalPageTree.html#2aab953ee732c0c91f63999398024f53">localPageTree</a>, <a class="el" href="classprintAllPageTree.html#528771d9e331644714195ab7969b3098">printAllPageTree</a>, <a class="el" href="classlocalPageTree.html#2aab953ee732c0c91f63999398024f53">localPageTree</a>, and <a class="el" href="classlocalPageTree.html#2aab953ee732c0c91f63999398024f53">localPageTree</a>. <p> Definition at line <a class="el" href="class_8t3lib__browsetree_8php-source.html#l00128">128</a> of file <a class="el" href="class_8t3lib__browsetree_8php-source.html">class.t3lib_browsetree.php</a>. <p> References <a class="el" href="class_8t3lib__treeview_8php-source.html#l00535">t3lib_treeView::addTagAttributes()</a>, <a class="el" href="class_8t3lib__treeview_8php-source.html#l00695">t3lib_treeView::getId()</a>, and <a class="el" href="class_8t3lib__treeview_8php-source.html#l00705">t3lib_treeView::getJumpToParam()</a>. </td> </tr> </table> <hr>The documentation for this class was generated from the following file:<ul> <li>typo3_src-4.0.1/t3lib/<a class="el" href="class_8t3lib__browsetree_8php-source.html">class.t3lib_browsetree.php</a></ul> <?php include_once '../doc-typo3-funcs.php'; get_footer(); ?>