[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/symfony/console/CommandLoader/ -> ContainerCommandLoader.php (summary)

(no description)

File Size: 64 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1