PHP Class REBELinBLUE\Deployer\Console\Kernel

Inheritance: extends Illuminate\Foundation\Console\Kernel
Afficher le fichier Open project: rebelinblue/deployer

Protected Properties

Свойство 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éthodes publiques

Méthode Description
bootstrap ( ) Bootstrap the application for artisan commands.

Méthodes protégées

Méthode Description
bootstrappers ( ) : array Get the bootstrap classes for the application.
schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) Define the application's command schedule.

Method Details

bootstrap() public méthode

Bootstrap the application for artisan commands.
public bootstrap ( )

bootstrappers() protected méthode

Get the bootstrap classes for the application.
protected bootstrappers ( ) : array
Résultat array

schedule() protected méthode

Define the application's command schedule.
protected schedule ( Illuminate\Console\Scheduling\Schedule $schedule )
$schedule Illuminate\Console\Scheduling\Schedule

Property Details

$commands protected_oe property

The Artisan commands provided by your application.
protected array $commands
Résultat array

$customBooters protected_oe property

The custom bootstrappers like Logging or Environment detector.
protected array $customBooters
Résultat array

$disabledBooters protected_oe property

Disable bootstrapper list.
protected array $disabledBooters
Résultat array