PHP Class Owl\Console\Kernel

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

Protected Properties

Свойство Type Description
$commands array The Artisan commands provided by your application.

Méthodes protégées

Méthode Description
schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) : void Define the application's command schedule.

Method Details

schedule() protected méthode

Define the application's command schedule.
protected schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) : void
$schedule Illuminate\Console\Scheduling\Schedule
Résultat void

Property Details

$commands protected_oe property

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