Documentation TYPO3 par Ameos |
Public Member Functions | |
printTree ($treeArr='', $printPath=0) | |
ext_printPerms ($int) | |
ext_groupPerms ($row, $firstGroup) |
Definition at line 279 of file index.php.
|
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
Definition at line 349 of file index.php. Referenced by printTree(). |
|
Print a set of permissions
Definition at line 331 of file index.php. Referenced by printTree(). |
|
Print the tree of pages.
Definition at line 288 of file index.php. References t3lib_treeView::$title, ext_groupPerms(), ext_printPerms(), t3lib_div::fixed_lgd_cs(), t3lib_BEfunc::getGroupNames(), t3lib_BEfunc::getRecordPath(), t3lib_BEfunc::getUserNames(), and t3lib_treeView::reset(). |