[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

Copyright: (c) 2005 phpBB Group
License: http://opensource.org/licenses/gpl-license.php GNU Public License
Version: $Id$
File Size: 2409 lines (86 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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


Class: acp_users  - X-Ref


acp_users(&$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 Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1