3 declare(strict_types=1);
    53         $title = $this->dic->language()->txt(
"mm_skills");
    54         $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
"skmg", $title);
    55         $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::SKMG, $title);
    58         $ctrl->clearParametersByClass(
"ilPersonalSkillsGUI");
    60         $link = $ctrl->getLinkTargetByClass([
"ilDashboardGUI", 
"ilAchievementsGUI", 
"ilPersonalSkillsGUI"]);
    61         $ctrl->clearParameterByClass(
"ilPersonalSkillsGUI", 
"list_mode");
    63             $this->mainmenu->link($this->
if->identifier(
'mm_pd_skill'))
    69                 ->withNonAvailableReason($this->dic->ui()->factory()->legacy($this->dic->language()->txt(
'component_not_active')))
    70                 ->withAvailableCallable(
    71                     static function (): 
bool {
    74                         return (
bool) ($skmg_set->get(
"enable_skmg"));
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
if(!file_exists('../ilias.ini.php'))
 
Interface StaticMainMenuProvider. 
 
Class SkillMainBarProvider.