PHP Class Owl\Console\Kernel

Inheritance: extends Illuminate\Foundation\Console\Kernel
Show file Open project: owl/owl

Protected Properties

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

Protected Methods

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

Method Details

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 property

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