<?php include_once '../doc-typo3-funcs.php'; $doxygen_vars = array( "title" => "TYPO3 4.0.1: printAllPageTree_perms Class Reference", "datetime" => "Sat Dec 2 19:25:23 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>printAllPageTree_perms Class Reference</h1><!-- doxytag: class="printAllPageTree_perms" --><!-- doxytag: inherits="printAllPageTree" -->Inheritance diagram for printAllPageTree_perms:<p><center><img src="classprintAllPageTree__perms__inherit__graph.png" border="0" usemap="#printAllPageTree__perms__inherit__map" alt="Inheritance graph"></center> <map name="printAllPageTree__perms__inherit__map"> <area href="classprintAllPageTree.html" shape="rect" coords="30,613,158,733" alt=""> <area href="classlocalPageTree.html" shape="rect" coords="6,5,182,565" alt=""> </map> <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for printAllPageTree_perms:<p><center><img src="classprintAllPageTree__perms__coll__graph.png" border="0" usemap="#printAllPageTree__perms__coll__map" alt="Collaboration graph"></center> <map name="printAllPageTree__perms__coll__map"> <area href="classprintAllPageTree.html" shape="rect" coords="30,613,158,733" alt=""> <area href="classlocalPageTree.html" shape="rect" coords="6,5,182,565" alt=""> </map> <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classprintAllPageTree__perms-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="classprintAllPageTree__perms.html#656bf1d4d8f932edb3474f09bc032589">printTree</a> ($treeArr='', $printPath=0)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classprintAllPageTree__perms.html#e030fc4b19fd300e4132fdf9577b7b87">ext_printPerms</a> ($int)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classprintAllPageTree__perms.html#d6f2f1d5f2d4cf327994280c38189ce2">ext_groupPerms</a> ($row, $firstGroup)</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <p> <p> Definition at line <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00279">279</a> of file <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html">index.php</a>.<hr><h2>Member Function Documentation</h2> <a class="anchor" name="d6f2f1d5f2d4cf327994280c38189ce2"></a><!-- doxytag: member="printAllPageTree_perms::ext_groupPerms" ref="d6f2f1d5f2d4cf327994280c38189ce2" args="($row, $firstGroup)" --><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">printAllPageTree_perms::ext_groupPerms </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">$ </td> <td class="mdname" nowrap> <em>row</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>firstGroup</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> returns the permissions for a group based of the perms_groupid of $row. If the $row[perms_groupid] equals the $firstGroup[uid] then the function returns perms_everybody OR'ed with perms_group, else just perms_everybody<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>Page record. </td></tr> <tr><td valign="top"></td><td valign="top"><em>array</em> </td><td>First-group record. </td></tr> </table> </dl> <dl compact><dt><b>Returns:</b></dt><dd>integer Permissions. </dd></dl> <p> Definition at line <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00349">349</a> of file <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html">index.php</a>. <p> Referenced by <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00288">printTree()</a>. </td> </tr> </table> <a class="anchor" name="e030fc4b19fd300e4132fdf9577b7b87"></a><!-- doxytag: member="printAllPageTree_perms::ext_printPerms" ref="e030fc4b19fd300e4132fdf9577b7b87" args="($int)" --><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">printAllPageTree_perms::ext_printPerms </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">$ </td> <td class="mdname1" valign="top" nowrap> <em>int</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> Print a set of permissions<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>integer</em> </td><td>The permissions integer. </td></tr> </table> </dl> <dl compact><dt><b>Returns:</b></dt><dd>string HTML formatted. </dd></dl> <p> Definition at line <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00331">331</a> of file <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html">index.php</a>. <p> Referenced by <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00288">printTree()</a>. </td> </tr> </table> <a class="anchor" name="656bf1d4d8f932edb3474f09bc032589"></a><!-- doxytag: member="printAllPageTree_perms::printTree" ref="656bf1d4d8f932edb3474f09bc032589" args="($treeArr='', $printPath=0)" --><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">printAllPageTree_perms::printTree </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">$ </td> <td class="mdname" nowrap> <em>treeArr</em> = <code>''</code>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td class="md"></td> <td class="md" nowrap>$ </td> <td class="mdname" nowrap> <em>printPath</em> = <code>0</code></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> Print the tree of 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 tree items </td></tr> <tr><td valign="top"></td><td valign="top"><em>boolean</em> </td><td>If set, the path of the pages in the tree is printed (only done for pages outside of mounts). </td></tr> </table> </dl> <dl compact><dt><b>Returns:</b></dt><dd>string HTML content. </dd></dl> <p> Definition at line <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00288">288</a> of file <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html">index.php</a>. <p> References <a class="el" href="class_8t3lib__treeview_8php-source.html#l00124">t3lib_treeView::$title</a>, <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00349">ext_groupPerms()</a>, <a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html#l00331">ext_printPerms()</a>, <a class="el" href="class_8t3lib__div_8php-source.html#l00538">t3lib_div::fixed_lgd_cs()</a>, <a class="el" href="class_8t3lib__befunc_8php-source.html#l01318">t3lib_BEfunc::getGroupNames()</a>, <a class="el" href="class_8t3lib__befunc_8php-source.html#l00634">t3lib_BEfunc::getRecordPath()</a>, <a class="el" href="class_8t3lib__befunc_8php-source.html#l01300">t3lib_BEfunc::getUserNames()</a>, and <a class="el" href="class_8t3lib__treeview_8php-source.html#l00329">t3lib_treeView::reset()</a>. </td> </tr> </table> <hr>The documentation for this class was generated from the following file:<ul> <li>typo3_src-4.0.1/typo3/sysext/beuser/mod/<a class="el" href="typo3_2sysext_2beuser_2mod_2index_8php-source.html">index.php</a></ul> <?php include_once '../doc-typo3-funcs.php'; get_footer(); ?>