Property | Type | Description | |
---|---|---|---|
$commandData | The command Data. | ||
$composer | Composer |
Method | Description | |
---|---|---|
__construct ( ) | Create a new command instance. | |
generateAPIItems ( ) | ||
generateCommonItems ( ) | ||
generateScaffoldItems ( ) | ||
getOptions ( ) : array | Get the console command options. | |
handle ( ) | ||
isSkip ( $skip ) | ||
performPostActions ( $runMigration = false ) | ||
performPostActionsWithMigration ( ) |
Method | Description | |
---|---|---|
confirmOverwrite ( $fileName, string $prompt = '' ) : boolean | ||
getArguments ( ) : array | Get the console command arguments. |
Method | Description | |
---|---|---|
saveSchemaFile ( ) |
protected confirmOverwrite ( $fileName, string $prompt = '' ) : boolean | ||
$fileName | ||
$prompt | string | |
return | boolean |
protected getArguments ( ) : array | ||
return | array |
public getOptions ( ) : array | ||
return | array |
public CommandData,InfyOm\Generator\Common $commandData | ||
return |