\App\ConsoleKernel

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
schedule()
commands()
$commands
N/A
No private methods found
No private properties found
N/A

Properties

$commands

$commands : array

The Artisan commands provided by your application.

Type

array

Methods

schedule()

schedule(\Illuminate\Console\Scheduling\Schedule  $schedule) : void

Define the application's command schedule.

Parameters

\Illuminate\Console\Scheduling\Schedule $schedule

commands()

commands() : void

Register the Closure based commands for the application.