[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/profilefields/ -> manager.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: 502 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

manager:: (9 methods):
  __construct()
  generate_profile_fields()
  build_cache()
  submit_cp_field()
  update_profile_field_data()
  generate_profile_fields_template_headlines()
  grab_profile_fields_data()
  generate_profile_fields_template_data()
  build_insert_sql_array()


Class: manager  - X-Ref

Custom Profile Fields

__construct(\phpbb\auth\auth $auth, \phpbb\db\driver\driver_interface $db, \phpbb\event\dispatcher_interface $dispatcher, \phpbb\request\request $request, \phpbb\template\template $template, \phpbb\di\service_collection $type_collection, \phpbb\user $user, $fields_table, $fields_language_table, $fields_data_table)   X-Ref
Construct

param: \phpbb\auth\auth            $auth        Auth object
param: \phpbb\db\driver\driver_interface    $db            Database object
param: \phpbb\event\dispatcher_interface        $dispatcher    Event dispatcher object
param: \phpbb\request\request        $request    Request object
param: \phpbb\template\template    $template    Template object
param: \phpbb\di\service_collection $type_collection
param: \phpbb\user                    $user        User object
param: string                $fields_table
param: string                $fields_language_table
param: string                $fields_data_table

generate_profile_fields($mode, $lang_id)   X-Ref
Assign editable fields to template, mode can be profile (for profile change) or register (for registration)
Called by ucp_profile and ucp_register


build_cache()   X-Ref
Build profile cache, used for display


submit_cp_field($mode, $lang_id, &$cp_data, &$cp_error)   X-Ref
Submit profile field for validation


update_profile_field_data($user_id, $cp_data)   X-Ref
Update profile field data directly


generate_profile_fields_template_headlines($restrict_option = '')   X-Ref
Generate the template arrays in order to display the column names

param: string    $restrict_option    Restrict the published fields to a certain profile field option
return: array        Returns an array with the template variables type, name and explain for the fields to display

grab_profile_fields_data($user_ids = 0)   X-Ref
Grab the user specific profile fields data

param: int|array    $user_ids    Single user id or an array of ids
return: array        Users profile fields data

generate_profile_fields_template_data($profile_row, $use_contact_fields = true)   X-Ref
Assign the user's profile fields data to the template

param: array    $profile_row        Array with users profile field data
param: bool    $use_contact_fields    Should we display contact fields as such?
return: array

build_insert_sql_array($cp_data)   X-Ref
Build Array for user insertion into custom profile fields table




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1