__construct() __construct(array<mixed,callable> $factories) Parameters array<mixed,callable> $factories Indexed by command names
has() has(string $name) : boolean Checks if a command exists. Parameters string $name Returns boolean
get() get(string $name) : \Symfony\Component\Console\Command\Command Loads a command. Parameters string $name Returns \Symfony\Component\Console\Command\Command
getNames() getNames() : array<mixed,string> Returns array<mixed,string> — All registered command names