ContainerCommandLoader
class ContainerCommandLoader implements CommandLoaderInterface
Methods
Command
get(string $name)
Resolve a command from the container.
bool
has(string $name)
Determines if a command exists.
array
getNames()
Get the command names.
Details
at line 17
__construct(Container $container, array $commandMap)
Create a new command loader instance.
at line 28
Command
get(string $name)
Resolve a command from the container.
at line 40
bool
has(string $name)
Determines if a command exists.
at line 50
array
getNames()
Get the command names.