container_factory
class container_factory
Properties
protected language | $language | ||
protected string | $phpbb_root_path | ||
protected string | $php_ext | ||
protected request | $request | ||
protected update_helper | $update_helper | ||
protected ContainerInterface | $container | The full phpBB container |
Methods
__construct(language $language, request $request, update_helper $update_helper, string $phpbb_root_path, string $php_ext)
Constructor
ContainerInterface|object
get(null|string $service_name = null)
Container getter
mixed
get_parameter(string $param_name)
Returns the specified parameter from the container
build_container()
Build dependency injection container
Details
at line 63
__construct(language $language, request $request, update_helper $update_helper, string $phpbb_root_path, string $php_ext)
Constructor
at line 86
ContainerInterface|object
get(null|string $service_name = null)
Container getter
at line 106
mixed
get_parameter(string $param_name)
Returns the specified parameter from the container
at line 122
protected
build_container()
Build dependency injection container