

Fonctions membres publiques | |
| printTree ($treeArr='', $printPath=0) | |
| ext_printPerms ($int) | |
| ext_groupPerms ($row, $firstGroup) | |
| 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). |
| printAllPageTree_perms::ext_printPerms | ( | $ | int | ) |
Print a set of permissions
| integer | The permissions integer. |
| 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. |
1.5.3