Property | Type | Description | |
---|---|---|---|
$cliScriptName | The name of cli script |
Property | Type | Description | |
---|---|---|---|
$_events | All of the events on the schedule. |
Method | Description | |
---|---|---|
call ( string $callback, array $parameters = [] ) : |
Add a new callback event to the schedule. | |
command ( string $command ) : |
Add a new cli command event to the schedule. | |
dueEvents ( |
Get all of the events on the schedule that are due. | |
exec ( string $command ) : |
Add a new command event to the schedule. | |
getEvents ( ) |
public dueEvents ( |
||
$app | ||
return |
protected Event[],omnilight\scheduling $_events | ||
return |