PHP Class Framework\Console\Kernel

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

Protected Properties

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

Méthodes protégées

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

Method Details

commands() protected méthode

Register the Closure based commands for the application.
protected commands ( ) : void
Résultat void

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