46 $this->ctrl = $DIC->ctrl();
48 $this->lng = $DIC->language();
49 $this->tabs = $DIC->tabs();
50 $this->main_tpl = $DIC->ui()->mainTemplate();
63 $lng->loadLanguageModule(
"lhist");
65 $next_class =
$ctrl->getNextClass($this);
66 $cmd =
$ctrl->getCmd(
"show");
69 switch ($next_class) {
70 case "illearningprogressgui":
73 include_once
'./Services/Tracking/classes/class.ilLearningProgressGUI.php';
75 $ctrl->forwardCommand($new_gui);
78 case 'illearninghistorygui':
82 $ctrl->forwardCommand($lhistgui);
83 $this->main_tpl->printToStdout();
86 case 'ilpersonalskillsgui':
89 include_once
'./Services/Skill/classes/class.ilPersonalSkillsGUI.php';
91 $ctrl->forwardCommand($skgui);
92 $this->main_tpl->printToStdout();
95 case 'ilbadgeprofilegui':
98 include_once
'./Services/Badge/classes/class.ilBadgeProfileGUI.php';
100 $ctrl->forwardCommand($bgui);
101 $this->main_tpl->printToStdout();
104 case 'ilusercertificategui':
108 $ctrl->forwardCommand($cgui);
109 $this->main_tpl->printToStdout();
113 if (in_array($cmd, array(
"show"))) {
116 $this->main_tpl->printToStdout();
129 $first_service = current($this->achievements->getActiveServices());
130 if ($first_service) {
131 $ctrl->redirectByClass([
"ildashboardgui",
"ilachievementsgui", $gui_classes[$first_service]]);
143 foreach ($this->achievements->getActiveServices() as $s) {
144 $tabs->addTab(
"achieve_" . $s, $links[$s][
"txt"], $links[$s][
"link"]);
146 $tabs->activateTab(
"achieve_" . $activate);
160 $lng->loadLanguageModule(
"lhist");
165 "txt" =>
$lng->txt(
"lhist_learning_history")
168 "txt" =>
$lng->txt(
"skills")
171 "txt" =>
$lng->txt(
"learning_progress")
174 "txt" =>
$lng->txt(
'obj_bdga')
177 "txt" =>
$lng->txt(
"obj_cert")
181 foreach ($links as $k => $v) {
182 $links[$k][
"link"] =
$ctrl->getLinkTargetByClass([
"ildashboardgui",
"ilachievementsgui", $gui_classes[$k]]);
show()
Show (redirects to first active service)
getGUIClasses()
Get GUI class.
executeCommand()
Execute command.
Personal skills GUI class.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
__construct()
Constructor.
Maybe a separate service in the future.
setTabs($activate)
Set tabs.
const LP_CONTEXT_PERSONAL_DESKTOP
const SERV_LEARNING_HISTORY
const SERV_LEARNING_PROGRESS
Class ilObjUserTrackingGUI.