class acp_users
Properties
| $u_action | ||
| $p_master |
Methods
|
acp_users($p_master)
|
||
|
main($id, $mode)
|
||
| 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 27
public
acp_users($p_master)
at line 32
public
main($id, $mode)
at line 2370
public 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 2406
public 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.