ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWorkflowStep Class Reference

Workflow step. More...

+ Inheritance diagram for ilWorkflowStep:
+ Collaboration diagram for ilWorkflowStep:

Public Member Functions

 setTitle ($a_val)
 Set title. More...
 
 getTitle ()
 Get title. More...
 
 hasRun ()
 Has run. More...
 
 isFulfilled ()
 Is fulfilled. More...
 

Detailed Description

Workflow step.

One step in a series of steps of a workflow.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 11 of file class.ilWorkflowStep.php.

Member Function Documentation

◆ getTitle()

ilWorkflowStep::getTitle ( )

Get title.

Returns
string title

Definition at line 28 of file class.ilWorkflowStep.php.

References hasRun(), and isFulfilled().

29  {
30  return $this->title;
31  }
+ Here is the call graph for this function:

◆ hasRun()

ilWorkflowStep::hasRun ( )
abstract

Has run.

Determine whether the step has already run

Referenced by getTitle().

+ Here is the caller graph for this function:

◆ isFulfilled()

ilWorkflowStep::isFulfilled ( )
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().

+ Here is the caller graph for this function:

◆ setTitle()

ilWorkflowStep::setTitle (   $a_val)

Set title.

Parameters
stringtitle

Definition at line 18 of file class.ilWorkflowStep.php.

Referenced by ilBasicDataWS\__construct(), ilFinishSetupWS\__construct(), and ilDatabaseSelectionWS\__construct().

19  {
20  $this->title = $a_val;
21  }
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: