| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Workflow user interface class. More...
 Collaboration diagram for ilWorkflowGUI:
 Collaboration diagram for ilWorkflowGUI:| Public Member Functions | |
| __construct ($a_workflow) | |
| Constructor. | |
| setWorkflow ($a_val) | |
| Set workflow. | |
| getWorkflow () | |
| Get workflow. | |
| getHTML () | |
| Get HTML for workflow. | |
Workflow user interface class.
Generates workflow presentation as a sequence of steps.
Definition at line 12 of file class.ilWorkflowGUI.php.
| ilWorkflowGUI::__construct | ( | $a_workflow | ) | 
Constructor.
Definition at line 17 of file class.ilWorkflowGUI.php.
| ilWorkflowGUI::getHTML | ( | ) | 
Get HTML for workflow.
Definition at line 45 of file class.ilWorkflowGUI.php.
References getWorkflow().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilWorkflowGUI::getWorkflow | ( | ) | 
Get workflow.
Definition at line 37 of file class.ilWorkflowGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilWorkflowGUI::setWorkflow | ( | $a_val | ) | 
Set workflow.
| object | workflow | 
Definition at line 27 of file class.ilWorkflowGUI.php.