user_groups_admin_alterrights [line 333]
Parameters:
void user_groups_admin_alterrights(
$alterrights, $userobj
)
|
|
user_groups_admin_tabs [line 314]
Parameters:
void user_groups_admin_tabs(
$tabs
)
|
|
user_groups_edit_admin [line 71]
Returns table row(s) for edit of an admin user's custom data
Parameters:
|
string |
$html: |
always empty |
|
string |
$i: |
prefix for the admin |
|
string |
$background: |
background color for the admin row |
|
bool |
$current: |
true if this admin row is the logged in admin |
|
$userobj |
$userobj: |
Admin user object |
string user_groups_edit_admin(
string $html, $userobj $userobj, string $i, string $background, bool $current
)
|
|
user_groups_save_admin [line 31]
Saves admin custom data Called when an admin is saved
Parameters:
|
string |
$updated: |
true if there has been an update to the user |
|
object |
$userobj: |
admin user object |
|
string |
$i: |
prefix for the admin |
|
bool |
$alter: |
will be true if critical admin data may be altered |
bool user_groups_save_admin(
string $updated, object $userobj, string $i, bool $alter
)
|
|