Classes
\LeKoala\SimpleJobs
| Name | Description | |
|---|---|---|
| CronTaskResult | Store the result of a cron task | EMPTY |
| SimpleJobsController | A controller that triggers the jobs from an http request | EMPTY |
| SimpleJobsSchedules | A common set of schedule | EMPTY |
| SimpleTask | A simple class to schedule function calls They will be picked up by the SimpleJobsController automatically and run if the RunDate is below current time | EMPTY |
\LeKoala\SimpleJobs\Test
| Name | Description | |
|---|---|---|
| SimpleJobsTest | Test for SimpleJobs | EMPTY |