19 $this->workflow = $a_workflow;
29 $this->workflow = $a_val;
39 return $this->workflow;
47 $wf_tpl =
new ilTemplate(
"tpl.workflow.html",
true,
true,
"Servives/Workflow");
49 foreach ($this->
getWorkflow()->getSteps() as $ws_step)
51 $wf_tpl->setCurrentBlock(
"ws_step");
52 $wf_tpl->setVariable(
"NR", $nr.
". ");
53 $wf_tpl->setVariable(
"STEPTITLE", $ws_step->getTitle());
54 $wf_tpl->parseCurrentBlock();
57 return $wf_tpl->getHTML();