Public Member Functions | |
| init () | |
| menuConfig () | |
| main () | |
| printContent () | |
| compareUsers ($compareFlags) | |
| linkUser ($str, $rec) | |
| elementLinks ($table, $row) | |
| initUsers () | |
| localPath ($str) | |
| switchUser ($switchUser) | |
| whoIsOnline () | |
Public Attributes | |
| $MCONF = array() | |
| $MOD_MENU = array() | |
| $MOD_SETTINGS = array() | |
| $doc | |
| $include_once = array() | |
| $content | |
Protected Member Functions | |
| getButtons () | |
Definition at line 1101 of file index.php.
| SC_mod_tools_be_user_index::compareUsers | ( | $ | compareFlags | ) |
Compares the users with the given flags
| array | options that should be taking into account to compare the users |
Definition at line 1252 of file index.php.
References $content, $GLOBALS, $lines, $loadModules, t3lib_div::_GP(), elementLinks(), fw(), t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getUserNames(), linkUser(), t3lib_div::makeInstance(), nbsp, and t3lib_iconWorks::skinImg().
Referenced by main().
| SC_mod_tools_be_user_index::elementLinks | ( | $ | table, | |
| $ | row | |||
| ) |
Builds a list of all links for a specific element (here: BE user) and returns it for print.
| string | the db table that should be used | |
| array | the BE user record to use |
Definition at line 1462 of file index.php.
References $GLOBALS, $row, and t3lib_iconWorks::skinImg().
Referenced by compareUsers().
| SC_mod_tools_be_user_index::getButtons | ( | ) | [protected] |
| SC_mod_tools_be_user_index::init | ( | ) |
Basic initialization of the class
Definition at line 1122 of file index.php.
References $GLOBALS, t3lib_div::_GP(), t3lib_div::makeInstance(), menuConfig(), and switchUser().
| SC_mod_tools_be_user_index::initUsers | ( | ) |
Inits all BE-users available, for development ONLY!
Definition at line 1493 of file index.php.
References t3lib_BEfunc::getUserNames(), and t3lib_div::makeInstance().
| SC_mod_tools_be_user_index::linkUser | ( | $ | str, | |
| $ | rec | |||
| ) |
Creates a HTML anchor to the user record
| string | the string used to identify the user (inside the ...) | |
| array | the BE user record to link |
Definition at line 1450 of file index.php.
Referenced by compareUsers().
| SC_mod_tools_be_user_index::localPath | ( | $ | str | ) |
| SC_mod_tools_be_user_index::main | ( | ) |
This functions builds the content of the page
Definition at line 1171 of file index.php.
References $GLOBALS, t3lib_div::_GP(), compareUsers(), getButtons(), t3lib_BEfunc::getFuncMenu(), and whoIsOnline().
| SC_mod_tools_be_user_index::menuConfig | ( | ) |
Initialization of the module menu configuration
Definition at line 1151 of file index.php.
References $GLOBALS, t3lib_div::_GP(), and t3lib_BEfunc::getModuleData().
Referenced by init().
| SC_mod_tools_be_user_index::printContent | ( | ) |
| SC_mod_tools_be_user_index::switchUser | ( | $ | switchUser | ) |
Switches to a given user (SU-mode) and then redirects to the start page of the backend to refresh the navigation etc.
| array | BE-user record that will be switched to |
Definition at line 1527 of file index.php.
References $GLOBALS, t3lib_div::_GP(), exit, t3lib_BEfunc::getRecord(), and t3lib_div::locationHeaderUrl().
Referenced by init().
| SC_mod_tools_be_user_index::whoIsOnline | ( | ) |
Definition at line 1551 of file index.php.
References $content, $GLOBALS, t3lib_iconWorks::getIconImage(), lockIP, nbsp, and t3lib_div::testInt().
Referenced by main().
| SC_mod_tools_be_user_index::$content |
1.4.7