| [ 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: | 106 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
service_collection:: (7 methods):
__construct()
getIterator()
offsetExists()
offsetGet()
add()
add_service_class()
get_service_classes()
Class: service_collection - X-Ref
Collection of services to be configured at container compile time.| __construct(ContainerInterface $container) X-Ref |
| Constructor param: ContainerInterface $container Container object |
| getIterator() X-Ref |
| {@inheritdoc} |
| offsetExists($index) X-Ref |
| {@inheritdoc} |
| offsetGet($index) X-Ref |
| {@inheritdoc} |
| add($name) X-Ref |
| Add a service to the collection param: string $name The service name return: null |
| add_service_class($service_id, $class) X-Ref |
| Add a service's class to the collection param: string $service_id param: string $class |
| get_service_classes() X-Ref |
| Get services' classes return: array |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |