[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/includes/acp/ -> acp_users.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 2698 lines (97 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

acp_users:: (4 methods):
  __construct()
  main()
  optionset()
  optionget()


Class: acp_users  - X-Ref


__construct($p_master)   X-Ref
No description

main($id, $mode)   X-Ref
No description

optionset(&$user_row, $key, $value, $data = false)   X-Ref
Set option bit field for user options in a user row array.

Optionset replacement for this module based on $user->optionset.

param: array $user_row Row from the users table.
param: int $key Option key, as defined in $user->keyoptions property.
param: bool $value True to set the option, false to clear the option.
param: int $data Current bit field value, or false to use $user_row['user_options']
return: int|bool If $data is false, the bit field is modified and

optionget(&$user_row, $key, $data = false)   X-Ref
Get option bit field from user options in a user row array.

Optionget replacement for this module based on $user->optionget.

param: array $user_row Row from the users table.
param: int $key option key, as defined in $user->keyoptions property.
param: int $data bit field value to use, or false to use $user_row['user_options']
return: bool true if the option is set in the bit field, false otherwise



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1