\Hubleto\Framework\Interfaces\CronManagerInterface
Methods
ƒ init
public init(): void
ƒ log
public log(string $msg): void
Parameters
| Parameter | Type | Description |
|---|---|---|
$msg |
string |
ƒ addCron
public addCron(string $cronClass): void
Parameters
| Parameter | Type | Description |
|---|---|---|
$cronClass |
string |
ƒ getCrons
public getCrons(): array
ƒ run
public run(): void
