acp_users
class acp_users
Properties
$u_action | |||
$p_master |
Methods
__construct($p_master)
No description
main($id, $mode)
No description
int|bool
optionset(array $user_row, int $key, bool $value, int $data = false)
Set option bit field for user options in a user row array.
bool
optionget(array $user_row, int $key, int $data = false)
Get option bit field from user options in a user row array.
Details
at line 31
__construct($p_master)
No description
at line 36
main($id, $mode)
No description
at line 2660
int|bool
optionset(array $user_row, int $key, bool $value, int $data = false)
Set option bit field for user options in a user row array.
Optionset replacement for this module based on $user->optionset.
at line 2696
bool
optionget(array $user_row, int $key, int $data = false)
Get option bit field from user options in a user row array.
Optionget replacement for this module based on $user->optionget.