[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/includes/acp/ -> acp_modules.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: 1107 lines (34 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

acp_modules:: (11 methods):
  main()
  get_module_row()
  get_module_infos()
  make_module_select()
  get_module_branch()
  remove_cache_file()
  lang_name()
  update_module_data()
  move_module()
  delete_module()
  move_module_by()


Class: acp_modules  - X-Ref

- Able to check for new module versions (modes changed/adjusted/added/removed)
Icons for:
- module enabled and displayed (common)
- module enabled and not displayed
- module deactivated
- category (enabled)
- category disabled

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

get_module_row($module_id)   X-Ref
Get row for specified module


get_module_infos($module = '', $module_class = false, $use_all_available = false)   X-Ref
Get available module information from module files

param: string $module
param: bool|string $module_class
param: bool $use_all_available Use all available instead of just all
return: array

make_module_select($select_id = false, $ignore_id = false, $ignore_acl = false, $ignore_nonpost = false, $ignore_emptycat = true, $ignore_noncat = false)   X-Ref
Simple version of jumpbox, just lists modules


get_module_branch($module_id, $type = 'all', $order = 'descending', $include_module = true)   X-Ref
Get module branch


remove_cache_file()   X-Ref
Remove modules cache file


lang_name($module_langname)   X-Ref
Return correct language name


update_module_data(&$module_data, $run_inline = false)   X-Ref
Update/Add module

param: array    &$module_data    The module data
param: bool    $run_inline     if set to true errors will be returned and no logs being written

move_module($from_module_id, $to_parent_id)   X-Ref
Move module around the tree


delete_module($module_id)   X-Ref
Remove module from tree


move_module_by($module_row, $action = 'move_up', $steps = 1)   X-Ref
Move module position by $steps up/down




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