Kernel
extends Kernel
in package
Table of Contents
- commands() : void
- Register the commands for the application.
- schedule() : void
- Define the application's command schedule.
Methods
commands()
Register the commands for the application.
protected
commands() : void
Return values
void —schedule()
Define the application's command schedule.
protected
schedule(Schedule $schedule) : void
Parameters
- $schedule : Schedule