Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
__construct ( ) | Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. | |
install ( string $name, string $version = 'dev-master', string $type = 'composer', boolean $tree = false ) | Install the specified module. | |
installFromFile ( ) | Install modules from modules.json file. |
protected getArguments ( ) : array | ||
return | array |
protected getOptions ( ) : array | ||
return | array |
protected installFromFile ( ) |
protected string $description | ||
return | string |