| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
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: | 686 lines (23 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
acp_extensions:: (8 methods):
main()
list_enabled_exts()
list_disabled_exts()
list_available_exts()
output_actions()
sort_extension_meta_data_table()
output_metadata_to_template()
check_is_enableable()
Class: acp_extensions - X-Ref
| main($id, $mode) 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 |
| sort_extension_meta_data_table($val1, $val2) X-Ref |
| Sort helper for the table containing the metadata about the extensions. |
| output_metadata_to_template($metadata) X-Ref |
| Outputs extension metadata into the template param: array $metadata Array with all metadata for the extension return: null |
| check_is_enableable(\phpbb\extension\extension_interface $extension) X-Ref |
| Checks whether the extension can be enabled. Triggers error if not. Error message can be set by the extension. param: \phpbb\extension\extension_interface $extension Extension to check |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |