PHP Класс REBELinBLUE\Deployer\Console\Kernel

Наследование: extends Illuminate\Foundation\Console\Kernel
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$commands array The Artisan commands provided by your application.
$customBooters array The custom bootstrappers like Logging or Environment detector.
$disabledBooters array Disable bootstrapper list.

Открытые методы

Метод Описание
bootstrap ( ) Bootstrap the application for artisan commands.

Защищенные методы

Метод Описание
bootstrappers ( ) : array Get the bootstrap classes for the application.
schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) Define the application's command schedule.

Описание методов

bootstrap() публичный метод

Bootstrap the application for artisan commands.
public bootstrap ( )

bootstrappers() защищенный метод

Get the bootstrap classes for the application.
protected bootstrappers ( ) : array
Результат array

schedule() защищенный метод

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

Описание свойств

$commands защищенное свойство

The Artisan commands provided by your application.
protected array $commands
Результат array

$customBooters защищенное свойство

The custom bootstrappers like Logging or Environment detector.
protected array $customBooters
Результат array

$disabledBooters защищенное свойство

Disable bootstrapper list.
protected array $disabledBooters
Результат array