ILIAS
Release_4_1_x_branch Revision 61804
|
Workflow user interface class. More...
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().
ilWorkflowGUI::getWorkflow | ( | ) |
Get workflow.
Definition at line 37 of file class.ilWorkflowGUI.php.
Referenced by getHTML().
ilWorkflowGUI::setWorkflow | ( | $a_val | ) |
Set workflow.
object | workflow |
Definition at line 27 of file class.ilWorkflowGUI.php.