GLOBAL_NAMESPACE
GLOBAL_NAMESPACE = '_global'
$console : \think\Console
$commands : array<mixed,\think\console\Command>
$aliases : array<mixed,\think\console\Command>
__construct(\think\Console $console, string|null $namespace = null)
构造方法
\think\Console | $console | |
string|null | $namespace |
getCommands() : array<mixed,\think\console\Command>
getCommand(string $name) : \think\console\Command
string | $name |