Command-line code generation utility to automate programmer tasks.
Methods | ||
---|---|---|
public
|
__construct()
|
# |
public
static
|
registerCommand(Command $command): void
|
# |
public
static
|
getCommands(): array
|
# |
public
|
hasCommand(string $name): boolean
|
# |
public
|
getCommand(string $name): object|null
|
# |
Properties | |||
---|---|---|---|
protected
|
Command
|
$command
|
# |
protected
|
integer
|
$argc
|
# |
protected
|
array
|
$argv
|
# |
protected
static
|
array
|
$commands = []
|
# |