Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
menuConfig () | |
main () | |
printContent () | |
doEdit () | |
notEdit () | |
printCheckBox ($checkName, $num) | |
printPerms ($int) | |
groupPerms ($row, $firstGroup) | |
getRecursiveSelect ($id, $perms_clause) | |
Public Attributes | |
$getLevels = 10 | |
$MCONF = array() | |
$doc | |
$content | |
$MOD_MENU = array() | |
$MOD_SETTINGS = array() | |
$perms_clause | |
$pageinfo | |
$color | |
$color2 | |
$color3 | |
$editingAllowed | |
$id | |
$edit | |
$return_id | |
$lastEdited |
Definition at line 89 of file index.php.
|
Creating form for editing the permissions ($this->edit = true) (Adding content to internal content variable)
Definition at line 317 of file index.php. References t3lib_BEfunc::blindGroupNames(), t3lib_BEfunc::blindUserNames(), t3lib_BEfunc::cshItem(), t3lib_BEfunc::getGroupNames(), t3lib_BEfunc::getListGroupNames(), and t3lib_BEfunc::getUserNames(). |
|
Finding tree and offer setting of values recursively.
Definition at line 693 of file index.php. References t3lib_div::makeInstance(). |
|
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
|
|
Initialization of the class
Definition at line 123 of file index.php. References t3lib_div::_GP(), and t3lib_div::makeInstance(). |
|
Main function, creating the content for the access editing forms/listings
Definition at line 214 of file index.php. References t3lib_div::fixed_lgd_cs(), t3lib_BEfunc::getFuncMenu(), and t3lib_BEfunc::readPageAccess(). |
|
Configuration of the menu and initialization of ->MOD_SETTINGS
Definition at line 183 of file index.php. References t3lib_div::_GP(), and t3lib_BEfunc::getModuleData(). |
|
Showing the permissions in a tree ($this->edit = false) (Adding content to internal content variable)
Definition at line 454 of file index.php. References t3lib_BEfunc::blindGroupNames(), t3lib_BEfunc::blindUserNames(), t3lib_BEfunc::cshItem(), t3lib_div::fixed_lgd(), t3lib_div::fixed_lgd_cs(), t3lib_BEfunc::getFuncMenu(), t3lib_BEfunc::getGroupNames(), t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getUserNames(), t3lib_div::makeInstance(), and t3lib_iconWorks::skinImg(). |
|
Print a checkbox for the edit-permission form
|
|
Outputting the accumulated content to screen
|
|
Print a set of permissions
|