SC_mod_web_perm_index Klassenreferenz
Aufstellung aller Elemente
Dokumentation der Elementfunktionen
| SC_mod_web_perm_index::doEdit |
( |
|
) |
|
Creating form for editing the permissions ($this->edit = true) (Adding content to internal content variable)
- Rückgabe:
- void
| SC_mod_web_perm_index::getButtons |
( |
|
) |
[protected] |
Create the panel of buttons for submitting the form or otherwise perform operations.
- Rückgabe:
- array all available buttons as an assoc. array
| SC_mod_web_perm_index::getRecursiveSelect |
( |
$ |
id, |
|
|
$ |
perms_clause | |
|
) |
| | |
Finding tree and offer setting of values recursively.
- Parameter:
-
| integer | Page id. |
| string | Select clause |
- Rückgabe:
- string Select form element for recursive levels (if any levels are found)
| SC_mod_web_perm_index::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
- Parameter:
-
| array | Row array (from pages table) |
| array | First group data |
- Rückgabe:
- integer Integer: Combined permissions.
| SC_mod_web_perm_index::init |
( |
|
) |
|
Initialization of the class
- Rückgabe:
- void
| SC_mod_web_perm_index::main |
( |
|
) |
|
Main function, creating the content for the access editing forms/listings
- Rückgabe:
- void
| SC_mod_web_perm_index::menuConfig |
( |
|
) |
|
Configuration of the menu and initialization of ->MOD_SETTINGS
- Rückgabe:
- void
| SC_mod_web_perm_index::notEdit |
( |
|
) |
|
Showing the permissions in a tree ($this->edit = false) (Adding content to internal content variable)
- Rückgabe:
- void
| SC_mod_web_perm_index::printCheckBox |
( |
$ |
checkName, |
|
|
$ |
num | |
|
) |
| | |
Print a checkbox for the edit-permission form
- Parameter:
-
| string | Checkbox name key |
| integer | Checkbox number index |
- Rückgabe:
- string HTML checkbox
| SC_mod_web_perm_index::printContent |
( |
|
) |
|
Outputting the accumulated content to screen
- Rückgabe:
- void
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /srv/www/vhosts/typo3.local/typo3_src-4.2.10/typo3/mod/web/perm/index.php