27 private \ILIAS\WorkflowEngine\Service
$service;
29 protected \ILIAS\DI\Container
$dic;
36 $this->
lng = $this->dic->language();
37 $this->service = $DIC->workflowEngine();
43 $this->
form->setFormAction($action);
44 $this->
form->setTitle($this->
lng->txt(
'settings'));
48 $this->
form->addItem($activation_checkbox);
50 if ($this->dic->rbac()->system()->checkAccess(
"visible,read", $this->service->internal()->request()->getRefId())) {
51 $this->
form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
form( $class_path, string $cmd)