[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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: | 121 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
navigation_provider:: (5 methods):
__construct()
get()
register()
set_nav_property()
merge()
Class: navigation_provider - X-Ref
Installers navigation provider__construct(service_collection $plugins) X-Ref |
Constructor param: service_collection $plugins |
get() X-Ref |
Returns navigation array return: array |
register(navigation_interface $navigation) X-Ref |
Registers a navigation provider's navigation items param: navigation_interface $navigation |
set_nav_property($nav_element, $property_array) X-Ref |
Set a property in the navigation array param: array $nav_element Array to the navigation elem param: array $property_array Array with the properties to set |
merge($array_to_merge, $array_to_merge_into) X-Ref |
Recursive array merge This function is necessary to be able to replace the options of already set navigation items. param: array $array_to_merge param: array $array_to_merge_into return: array Merged array |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |