Neuron-PHP

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
throws
Exception
Return values
Scheduler|null

scheduler()

Run the application.

scheduler(Scheduler $App, array<string|int, mixed> $argv) : void
Parameters
$App : Scheduler
$argv : array<string|int, mixed>
Tags
throws
Exception

        
On this page

Search results