Свойство | Type | Description | |
---|---|---|---|
$appName | |||
$description | string | The console command description. | |
$files | |||
$masterName | |||
$signature | string | The name and signature of the console command. |
Méthode | Description | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( ) : mixed | Execute the console command. |
Méthode | Description | |
---|---|---|
getMasterTemplate ( $appName, $fileName, $masterName ) | ||
makeLayoutsFolder ( ) | ||
makeMasterFiles ( ) | ||
sendSuccessMessage ( ) | ||
setFileNamesAndPaths ( ) | ||
writeEachMasterFile ( $appName, array $files ) |
public __construct ( ) : void | ||
Résultat | void |
protected string $description | ||
Résultat | string |
protected string $signature | ||
Résultat | string |