5 require_once
'./Services/Object/classes/class.ilObject2GUI.php';
54 $this->ilTabs = $DIC[
'ilTabs'];
55 $this->lng = $DIC[
'lng'];
56 $this->lng->loadLanguageModule(
'wfe');
57 $this->
ilCtrl = $DIC[
'ilCtrl'];
58 $this->tpl = $DIC[
'tpl'];
59 $this->tree = $DIC[
'tree'];
60 $this->ilLocator = $DIC[
'ilLocator'];
61 $this->ilToolbar = $DIC[
'ilToolbar'];
80 if ($next_class ==
'') {
86 switch ($next_class) {
87 case 'ilpermissiongui':
89 $this->initTabs(
'permissions');
90 $this->ilTabs->setTabActive(
'perm_settings');
91 require_once
'Services/AccessControl/classes/class.ilPermissionGUI.php';
93 $this->ctrl->forwardCommand($perm_gui);
105 $cmd_parts = explode(
'.', $cmd);
114 $this->tpl->loadStandardTemplate();
117 $this->tpl->setTitle($this->object->getPresentationTitle());
118 $this->tpl->setDescription($this->object->getLongDescription());
132 if (
$rbacsystem->checkAccess(
'visible,read', $this->object->getRefId())) {
133 $this->ilTabs->addTab(
135 $this->lng->txt(
'settings'),
139 if (
$rbacsystem->checkAccess(
'edit_permission', $this->object->getRefId())) {
140 $this->ilTabs->addTab(
142 $this->lng->txt(
'perm_settings'),
146 $this->ilTabs->setTabActive(
$section);
154 $path = $this->tree->getPathFull((
int)
$_GET[
"ref_id"]);
156 foreach ((array) $path as $key => $row) {
157 if ($row[
"title"] ==
"Workflow Engine") {
158 $row[
"title"] = $this->lng->txt(
"obj_wfe");
162 $this->ilLocator->addItem(
172 $this->tpl->setLocator();
182 $this->initTabs(
'settings');
184 require_once
'./Services/WorkflowEngine/classes/administration/class.ilWorkflowEngineSettingsGUI.php';
186 return $target_handler->handle($command);
getLinkTargetByClass( $a_class, $a_cmd="", $a_anchor="", $a_asynch=false, $xml_style=false)
Get link target for command using gui class name.
setParameter($a_obj, $a_parameter, $a_value)
Set parameters that should be passed a form and link of a gui class.
This class provides processing control methods.
New implementation of ilObjectGUI.
dispatchToSettings($command)
Class ilWorkflowEngineSettingsGUI.
getNextClass($a_gui_class=null)
Get next class in the control path from the current class to the target command class.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
getCmd($a_default_cmd="", $a_safe_commands="")
Determines current get/post command.
__construct()
ilObjWorkflowEngineGUI constructor.
__construct(Container $dic, ilPlugin $plugin)
getLinkTarget( $a_gui_obj, $a_cmd="", $a_anchor="", $a_asynch=false, $xml_style=false)
Get link target for command using gui object.
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
assignObject()
create object instance as internal property (repository/workspace switch)