[ 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: | 191 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
container_factory:: (4 methods):
__construct()
get()
get_parameter()
build_container()
Class: container_factory - X-Ref
__construct(language $language, request $request, update_helper $update_helper, $phpbb_root_path, $php_ext) X-Ref |
Constructor param: language $language Language service param: request $request Request interface param: update_helper $update_helper Update helper param: string $phpbb_root_path Path to phpBB's root param: string $php_ext Extension of PHP files |
get($service_name = null) X-Ref |
Container getter param: null|string $service_name Name of the service to return return: \Symfony\Component\DependencyInjection\ContainerInterface|Object phpBB's dependency injection container |
get_parameter($param_name) X-Ref |
Returns the specified parameter from the container param: string $param_name return: mixed |
build_container() X-Ref |
Build dependency injection container |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |