protected Application $application
public initialise(Application $application, Input $input, Output $output): void
Parameter | Type | Description |
---|
$application | Application | |
$input | Input | |
$output | Output | |
public getCommands(): void
public getCommand(string $name): ?Command
Parameter | Type | Description |
---|
$name | string | |
public run(string $command): int
Parameter | Type | Description |
---|
$command | string | |
protected prepare(Input $input, Output $output): void
Parameter | Type | Description |
---|
$input | Input | |
$output | Output | |
protected addCommand(string $name, ?array $callback): Command
Parameter | Type | Description |
---|
$name | string | |
$callback | array | |
protected configure(): void
Generated by Hazaar API Doc Generator