Bootstrap.php
Table of Contents
Functions
- boot() : Scheduler|null
- Initialize the application.
- scheduler() : void
- Run the application.
Functions
boot()
Initialize the application.
boot(string $ConfigPath) : Scheduler|null
Parameters
- $ConfigPath : string
Tags
Return values
Scheduler|nullscheduler()
Run the application.
scheduler(Scheduler $App, array<string|int, mixed> $argv) : void
Parameters
- $App : Scheduler
- $argv : array<string|int, mixed>