|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
ilWorkflowCron is part of the petri net based workflow engine. More...
Collaboration diagram for ilWorkflowCron:Static Public Member Functions | |
| static | executeCronjob () |
| This method is the main entry point for all chron tasks that are to be done by/for/with the workflow engine. More... | |
| static | raiseTimePassedEvent () |
| Raises the generic "time passed" event. More... | |
ilWorkflowCron is part of the petri net based workflow engine.
This helper class is called from the cron job. Here, all automatic events are wired up for the workflow engine.
/
Definition at line 15 of file class.ilWorkflowCron.php.
|
static |
This method is the main entry point for all chron tasks that are to be done by/for/with the workflow engine.
Please keep this method clean and shiny. Call out to other methods from here and leave the ordering here clear enough to make it a useful tool to control the facile order of events.
Definition at line 24 of file class.ilWorkflowCron.php.
References raiseTimePassedEvent().
Here is the call graph for this function:
|
static |
Raises the generic "time passed" event.
@noinspection PhpIncludeInspection
Definition at line 32 of file class.ilWorkflowCron.php.
Referenced by executeCronjob().
Here is the caller graph for this function: