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':
90 $ctrl->forwardCommand($skgui);
91 $this->main_tpl->printToStdout();
94 case 'ilbadgeprofilegui':
97 include_once
'./Services/Badge/classes/class.ilBadgeProfileGUI.php';
99 $ctrl->forwardCommand($bgui);
100 $this->main_tpl->printToStdout();
103 case 'ilusercertificategui':
107 $ctrl->forwardCommand($cgui);
108 $this->main_tpl->printToStdout();
112 if (in_array($cmd, array(
"show"))) {
115 $this->main_tpl->printToStdout();
128 $first_service = current($this->achievements->getActiveServices());
129 if ($first_service) {
130 $ctrl->redirectByClass([
"ildashboardgui",
"ilachievementsgui", $gui_classes[$first_service]]);
142 foreach ($this->achievements->getActiveServices() as $s) {
143 $tabs->addTab(
"achieve_" . $s, $links[$s][
"txt"], $links[$s][
"link"]);
145 $tabs->activateTab(
"achieve_" . $activate);
159 $lng->loadLanguageModule(
"lhist");
164 "txt" =>
$lng->txt(
"lhist_learning_history")
167 "txt" =>
$lng->txt(
"skills")
170 "txt" =>
$lng->txt(
"learning_progress")
173 "txt" =>
$lng->txt(
'obj_bdga')
176 "txt" =>
$lng->txt(
"obj_cert")
180 foreach ($links as $k => $v) {
181 $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.