Loads commands from a PSR-11 container.
- author Robin Chalas
CloneableInstantiable
Methods |
public __construct(Psr\Container\ContainerInterface $container, array $commandMap)
|
public get(string $name) : Symfony |
public getNames() : array |
public has(string $name) : bool |
Properties |
private array $commandMap |
private Psr\Container\ContainerInterface $container |