ILIAS
release_4-4 Revision
|
Public Member Functions | |
setTitle ($a_val) | |
Set title. More... | |
getTitle () | |
Get title. More... | |
hasRun () | |
Has run. More... | |
isFulfilled () | |
Is fulfilled. More... | |
Workflow step.
One step in a series of steps of a workflow.
Definition at line 11 of file class.ilWorkflowStep.php.
ilWorkflowStep::getTitle | ( | ) |
Get title.
Definition at line 28 of file class.ilWorkflowStep.php.
References hasRun(), and isFulfilled().
|
abstract |
Has run.
Determine whether the step has already run
Referenced by getTitle().
|
abstract |
Is fulfilled.
Check whether all conditions are met/data is available needed be the step. Please note that this can already be the case before the step has run. In this case it is presented (by the standard workflow behaviour) to the user, to confirm.
Referenced by getTitle().
ilWorkflowStep::setTitle | ( | $a_val | ) |
Set title.
string | title |
Definition at line 18 of file class.ilWorkflowStep.php.
Referenced by ilBasicDataWS\__construct(), ilFinishSetupWS\__construct(), and ilDatabaseSelectionWS\__construct().