5 require_once
'./Services/WorkflowEngine/classes/workflows/class.ilBaseWorkflow.php';
25 $this->workflow_type =
'Empty';
26 $this->workflow_content =
'nothing';
27 $this->workflow_subject_type =
'none';
28 $this->workflow_subject_identifier =
'0';
29 $this->workflow_context_type =
'none';
30 $this->workflow_context_id =
'0';
31 $this->workflow_class =
'class.ilEmptyWorkflow.php';
32 $this->workflow_location =
'Services/WorkflowEngine/classes/workflows';
__construct()
ilEmptyWorkflow constructor.