Свойство | Тип | Описание | |
---|---|---|---|
$commandData | The command Data. | ||
$composer | Composer |
Метод | Описание | |
---|---|---|
__construct ( ) | Create a new command instance. | |
generateAPIItems ( ) | ||
generateCommonItems ( ) | ||
generateScaffoldItems ( ) | ||
getOptions ( ) : array | Get the console command options. | |
handle ( ) | ||
isSkip ( $skip ) | ||
performPostActions ( $runMigration = false ) | ||
performPostActionsWithMigration ( ) |
Метод | Описание | |
---|---|---|
confirmOverwrite ( $fileName, string $prompt = '' ) : boolean | ||
getArguments ( ) : array | Get the console command arguments. |
Метод | Описание | |
---|---|---|
saveSchemaFile ( ) |
protected confirmOverwrite ( $fileName, string $prompt = '' ) : boolean | ||
$fileName | ||
$prompt | string | |
Результат | boolean |
protected getArguments ( ) : array | ||
Результат | array |
public getOptions ( ) : array | ||
Результат | array |
public CommandData,InfyOm\Generator\Common $commandData | ||
Результат |