[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

Defines 1 class

acp_extensions:: (7 methods):
  main()
  list_enabled_exts()
  list_disabled_exts()
  list_available_exts()
  output_actions()
  version_check()
  sort_extension_meta_data_table()


Class: acp_extensions  - X-Ref


main()   X-Ref
No description

list_enabled_exts()   X-Ref
Lists all the enabled extensions and dumps to the template

return: null

list_disabled_exts()   X-Ref
Lists all the disabled extensions and dumps to the template

return: null

list_available_exts()   X-Ref
Lists all the available extensions and dumps to the template

return: null

output_actions($block, $actions)   X-Ref
Output actions to a block

param: string $block
param: array $actions

version_check(\phpbb\extension\metadata_manager $md_manager, $force_update = false, $force_cache = false)   X-Ref
Check the version and return the available updates.

param: \phpbb\extension\metadata_manager $md_manager The metadata manager for the version to check.
param: bool $force_update Ignores cached data. Defaults to false.
param: bool $force_cache Force the use of the cache. Override $force_update.
return: array

sort_extension_meta_data_table($val1, $val2)   X-Ref
Sort helper for the table containing the metadata about the extensions.




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