\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