PHP Class Framework\Console\Kernel

Inheritance: extends Illuminate\Foundation\Console\Kernel
Datei anzeigen Open project: vinelab/lucid

Protected Properties

Property Type Description
$commands array The Artisan commands provided by your application.

Protected Methods

Method 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 method

Register the Closure based commands for the application.
protected commands ( ) : void
return void

schedule() protected method

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

Property Details

$commands protected_oe property

The Artisan commands provided by your application.
protected array $commands
return array