42 $this->
ctrl = $DIC->ctrl();
43 $this->
tabs = $DIC->tabs();
44 $this->
lng = $DIC->language();
45 $this->
access = $DIC->access();
47 $this->container_gui = $a_container_gui;
50 $this->container = $obj;
51 $this->ref_id = $this->container->getRefId();
59 $next_class = $this->
ctrl->getNextClass($this);
60 $cmd = $this->
ctrl->getCmd(
"show");
64 switch ($next_class) {
65 case "ilcontskillpresentationgui":
66 if ($this->
access->checkAccess(
"read",
"", $this->ref_id)) {
72 case "ilcontskilladmingui":
73 if ($this->
access->checkAccess(
"write",
"", $this->ref_id) || $this->
access->checkAccess(
"grade",
"", $this->ref_id)) {
93 if ($this->
access->checkAccess(
"read",
"", $this->ref_id)) {
96 $lng->
txt(
"cont_skill_show"),
101 if ($this->
access->checkAccess(
"grade",
"", $this->ref_id)) {
104 $lng->
txt(
"cont_skill_members"),
109 if ($this->
access->checkAccess(
"write",
"", $this->ref_id)) {
112 $lng->
txt(
"cont_skill_assigned_comp"),
116 if ($this->skmg_settings->getLocalAssignmentOfProfiles()
117 || $this->skmg_settings->getAllowLocalProfiles()) {
120 $lng->
txt(
"cont_skill_assigned_profiles"),
127 $lng->
txt(
"settings"),
getLinkTargetByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
forwardCommand(object $a_gui_object)
addSubTab(string $a_id, string $a_text, string $a_link, string $a_frame="")
__construct(ilContainerGUI $a_container_gui)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Container skills administration.
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
ilContainerGUI $container_gui
ilSkillManagementSettings $skmg_settings