44 $this->
ctrl = $DIC->ctrl();
45 $this->
tabs = $DIC->tabs();
46 $this->
lng = $DIC->language();
47 $this->tpl = $DIC[
"tpl"];
48 $this->
user = $DIC->user();
50 $this->container_gui = $a_container_gui;
53 $this->container = $obj;
60 $this->container_skills,
61 $this->container_global_profiles,
62 $this->container_local_profiles
73 $next_class = $this->
ctrl->getNextClass($this);
74 $cmd = $this->
ctrl->getCmd(
"show");
77 switch ($next_class) {
78 case "ilpersonalskillsgui":
83 if ($cmd ===
"show") {
91 $type = $this->container->getType();
92 $ref_id = $this->container->getRefId();
93 $this->tpl->setPermanentLink(
$type, 0,
$ref_id .
"_comp",
"",
"");
101 $gui->setGapAnalysisActualStatusModePerObject($this->container->getId());
103 $gui->setHistoryView(
true);
104 $skills = $this->container_skill_collector->getSkillsForPresentationGUI();
105 $gui->setObjectSkills($this->container_skills->getId(), $skills);
106 $gui->setObjectSkillProfiles($this->container_global_profiles, $this->container_local_profiles);
113 $gui->listProfilesForGap();
120 $nodes = $DIC->repositoryTree()->getSubTree(
121 $DIC->repositoryTree()->getNodeData($this->container->getRefId())
126 foreach ($nodes as $node) {
127 $objects[] = $node[
'obj_id'];
137 $access = $DIC->access();
146 if ($skmg_set->get(
"enable_skmg")) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilContainerGUI $a_container_gui)
activateSubTab(string $a_id)
ilContainerLocalProfiles $container_local_profiles
ilGlobalTemplateInterface $tpl
forwardCommand(object $a_gui_object)
static _lookupContainerSetting(int $a_id, string $a_keyword, string $a_default_value=null)
static _lookupObjId(int $ref_id)
Personal skills GUI class.
ilContSkillCollector $container_skill_collector
ilContainerGUI $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...
ilContainerGlobalProfiles $container_global_profiles
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static isAccessible(int $ref_id)
ilContainerSkills $container_skills
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
Collector of skills for a container.