Свойство | Type | Description | |
---|---|---|---|
$commands | array | The Artisan commands provided by your application. | |
$customBooters | array | The custom bootstrappers like Logging or Environment detector. | |
$disabledBooters | array | Disable bootstrapper list. |
Méthode | Description | |
---|---|---|
bootstrap ( ) | Bootstrap the application for artisan commands. |
Méthode | Description | |
---|---|---|
bootstrappers ( ) : array | Get the bootstrap classes for the application. | |
schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) | Define the application's command schedule. |
protected bootstrappers ( ) : array | ||
Résultat | array |
protected schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) | ||
$schedule | Illuminate\Console\Scheduling\Schedule |
protected array $commands | ||
Résultat | array |
protected array $customBooters | ||
Résultat | array |
protected array $disabledBooters | ||
Résultat | array |