| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 64 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ContainerCommandLoader:: (4 methods):
__construct()
get()
has()
getNames()
Class: ContainerCommandLoader - X-Ref
Loads commands from a PSR-11 container.| __construct(ContainerInterface $container, array $commandMap) X-Ref |
param: ContainerInterface $container A container from which to load command services param: array $commandMap An array with command names as keys and service ids as values |
| get($name) X-Ref |
| {@inheritdoc} |
| has($name) X-Ref |
| {@inheritdoc} |
| getNames() X-Ref |
| {@inheritdoc} |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |