

Public Member Functions | |
| menuConfig () | |
| execute () | |
| init () | |
| main () | |
| printContent () | |
| moduleContent_publish () | |
| displayVersionDetails ($details) | |
| displayWorkspaceOverview () | |
| moduleContent_workspaceList () | |
| workspaceList_displayUserWorkspaceList () | |
| workspaceList_getUserWorkspaceList () | |
| workspaceList_formatWorkspaceData (&$wksp) | |
| workspaceList_getWebMountPoints (&$wksp) | |
| workspaceList_getFileMountPoints (&$wksp) | |
| workspaceList_displayUserWorkspaceListHeader () | |
| workspaceList_getUserList (&$wksp) | |
| workspaceList_getUserListForSysWorkspace (&$wksp) | |
| workspaceList_getUserListWithAccess (&$list, $access) | |
| workspaceList_displayIcons ($currentWorkspace, &$wksp) | |
| workspaceList_hasEditAccess (&$wksp) | |
| workspaceList_createFakeWorkspaceRecord ($uid) | |
Public Attributes | |
| $MCONF = array() | |
| $MOD_MENU = array() | |
| $MOD_SETTINGS = array() | |
| $doc | |
| $content | |
| $publishAccess = FALSE | |
| $be_user_Array = array() | |
| $be_user_Array_full = array() | |
Definition at line 101 of file index.php.
| SC_mod_user_ws_index::menuConfig | ( | ) |
| SC_mod_user_ws_index::execute | ( | ) |
| SC_mod_user_ws_index::init | ( | ) |
| SC_mod_user_ws_index::main | ( | ) |
| SC_mod_user_ws_index::printContent | ( | ) |
| SC_mod_user_ws_index::moduleContent_publish | ( | ) |
| SC_mod_user_ws_index::displayVersionDetails | ( | $ | details | ) |
| SC_mod_user_ws_index::displayWorkspaceOverview | ( | ) |
| SC_mod_user_ws_index::moduleContent_workspaceList | ( | ) |
| SC_mod_user_ws_index::workspaceList_displayUserWorkspaceList | ( | ) |
| SC_mod_user_ws_index::workspaceList_getUserWorkspaceList | ( | ) |
| SC_mod_user_ws_index::workspaceList_formatWorkspaceData | ( | &$ | wksp | ) |
Create inner information panel for workspace list. This panel is initially hidden and becomes visible when user click on the expand icon on the very left of workspace list against the workspace he wants to explore.
| array | Workspace information |
| SC_mod_user_ws_index::workspaceList_getWebMountPoints | ( | &$ | wksp | ) |
| SC_mod_user_ws_index::workspaceList_getFileMountPoints | ( | &$ | wksp | ) |
| SC_mod_user_ws_index::workspaceList_displayUserWorkspaceListHeader | ( | ) |
Creates a header for the workspace list table. This function only makes workspaceList_displayUserWorkspaceList() smaller.
| SC_mod_user_ws_index::workspaceList_getUserList | ( | &$ | wksp | ) |
| SC_mod_user_ws_index::workspaceList_getUserListForSysWorkspace | ( | &$ | wksp | ) |
| SC_mod_user_ws_index::workspaceList_getUserListWithAccess | ( | &$ | list, | |
| $ | access | |||
| ) |
| SC_mod_user_ws_index::workspaceList_displayIcons | ( | $ | currentWorkspace, | |
| &$ | wksp | |||
| ) |
| SC_mod_user_ws_index::workspaceList_hasEditAccess | ( | &$ | wksp | ) |
Checks if user has edit access to workspace. Access is granted if workspace is custom and user is admin or the the owner of the workspace. This function assumes that $wksp were passed through $GLOBALS['BE_USER']->checkWorkspace() function to obtain _ACCESS attribute of the workspace.
| array | Workspace record |
true if user can modify workspace parameters | SC_mod_user_ws_index::workspaceList_createFakeWorkspaceRecord | ( | $ | uid | ) |
| SC_mod_user_ws_index::$MCONF = array() |
Loaded with the global array $MCONF which holds some module configuration from the conf.php file of backend modules.
Reimplemented from t3lib_SCbase.
| SC_mod_user_ws_index::$MOD_MENU = array() |
The module menu items array. Each key represents a key for which values can range between the items in the array of that key.
Reimplemented from t3lib_SCbase.
| SC_mod_user_ws_index::$MOD_SETTINGS = array() |
Current settings for the keys of the MOD_MENU array
Reimplemented from t3lib_SCbase.
| SC_mod_user_ws_index::$content |
Generally used for accumulating the output content of backend modules
Reimplemented from t3lib_SCbase.