Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
addIcon ( array $row, string $label, DataContainer $dc, array $args ) : string |
Add an image to each record |
|
checkAdminDisable ( mixed $varValue, DataContainer $dc ) : mixed |
Prevent administrators from disabling their own account |
|
checkAdminStatus ( mixed $varValue, DataContainer $dc ) : mixed |
Prevent administrators from downgrading their own account |
|
checkPermission ( ) |
Check permissions to edit table tl_user |
|
checkRemoveSession ( DataContainer $dc ) |
Check whether the user session should be removed |
|
copyUser ( array $row, string $href, string $label, string $title, string $icon, string $attributes, string $table ) : string |
Return the copy page button |
|
deleteUser ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the delete page button |
|
editUser ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the edit user button |
|
getModules ( ) : array |
Return all modules except profile modules |
|
removeSession ( DataContainer $dc ) |
Remove the session if a user is deleted (see #5353) |
|
sessionField ( DataContainer $dc ) : string |
Return a checkbox to delete session data |
|
storeDateAdded ( DataContainer $dc ) |
Store the date when the account has been added |
|
switchUser ( array $row, string $href, string $label, string $title, string $icon ) : string |
Generate a "switch account" button and return it as string |
|
toggleIcon ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the "toggle visibility" button |
|
toggleVisibility ( integer $intId, boolean $blnVisible, DataContainer $dc = null ) |
Disable/enable a user group |
|