Class tl_user extends Backend
Inheritance:
- System
- Controller
- Backend
- tl_user
/system/modules/backend/dca/tl_user.php line 398
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class tl_user
Provide miscellaneous methods that are used by the data configuration array.
Methods
- public addIcon(array $row, string $label)
- public checkAdmin(mixed $varValue, object $dc)
- public checkPermission()
- public copyUser(array $row, string $href, string $label, string $title, string $icon, string $attributes, string $table)
- public deleteUser(array $row, string $href, string $label, string $title, string $icon, string $attributes)
- public editUser(array $row, string $href, string $label, string $title, string $icon, string $attributes)
- public getModules()
- public sessionField(object $dc)
- public storeDateAdded(object $dc)
- public switchUser(array $row, string $href, string $label, string $title, string $icon)
- public toggleIcon(array $row, string $href, string $label, string $title, string $icon, string $attributes)
- public toggleVisibility(integer $intId, boolean $blnVisible)
- public __construct() overrides Backend::__construct()
Add a comment