Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
addIcon ( array $row, string $label ) : string |
Add an image to each record |
|
getExcludedFields ( ) : array |
Return all excluded fields as HTML drop down menu |
|
getModules ( ) : array |
Return all modules except profile modules |
|
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 |
|