Documentation TYPO3 par Ameos |
Public Member Functions | |
printTree ($treeArr='', $printPath=0) | |
ext_printPerms ($int) | |
ext_groupPerms ($row, $firstGroup) |
Definition at line 275 of file index.php.
printAllPageTree_perms::printTree | ( | $ | treeArr = '' , |
|
$ | printPath = 0 | |||
) |
Print the tree of pages.
array | The tree items | |
boolean | If set, the path of the pages in the tree is printed (only done for pages outside of mounts). |
Definition at line 284 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().
printAllPageTree_perms::ext_printPerms | ( | $ | int | ) |
Print a set of permissions
integer | The permissions integer. |
Definition at line 327 of file index.php.
Referenced by printTree().
printAllPageTree_perms::ext_groupPerms | ( | $ | row, | |
$ | firstGroup | |||
) |
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
array | Page record. | |
array | First-group record. |
Definition at line 345 of file index.php.
Referenced by printTree().