GLOBAL_NAMESPACE
GLOBAL_NAMESPACE = '_global'
$commands : array<mixed,\Symfony\Component\Console\Command\Command>
$aliases : array<mixed,\Symfony\Component\Console\Command\Command>
__construct(\Symfony\Component\Console\Application $application, \Symfony\Component\Console\Descriptor\string $namespace = null, \Symfony\Component\Console\Descriptor\bool $showHidden = false)
\Symfony\Component\Console\Application | $application | |
\Symfony\Component\Console\Descriptor\string | $namespace | |
\Symfony\Component\Console\Descriptor\bool | $showHidden |
getCommands() : array<mixed,\Symfony\Component\Console\Command\Command>
getCommand(string $name) : \Symfony\Component\Console\Command\Command
string | $name |