◆ __construct()
ilMStListCompetencesSkillsGUI::__construct |
( |
Container |
$dic | ) |
|
◆ applyFilter()
ilMStListCompetencesSkillsGUI::applyFilter |
( |
| ) |
|
|
final |
◆ cancel()
ilMStListCompetencesSkillsGUI::cancel |
( |
| ) |
|
|
final |
◆ checkAccessOrFail()
ilMStListCompetencesSkillsGUI::checkAccessOrFail |
( |
| ) |
|
|
protected |
Definition at line 47 of file class.ilMStListCompetencesSkillsGUI.php.
47 : void
48 {
49 if ($this->
access->hasCurrentUserAccessToCompetences()) {
50 return;
51 } else {
52 $this->main_tpl->setOnScreenMessage('failure', $this->dic->language()->txt("permission_denied"), true);
53 $this->dic->ctrl()->redirectByClass(ilDashboardGUI::class, "");
54 }
55 }
References ILIAS\Repository\access().
Referenced by listUsers().
◆ executeCommand()
ilMStListCompetencesSkillsGUI::executeCommand |
( |
| ) |
|
|
final |
◆ getId()
ilMStListCompetencesSkillsGUI::getId |
( |
| ) |
|
|
final |
◆ index()
ilMStListCompetencesSkillsGUI::index |
( |
| ) |
|
|
final |
◆ listUsers()
ilMStListCompetencesSkillsGUI::listUsers |
( |
| ) |
|
|
final |
Definition at line 83 of file class.ilMStListCompetencesSkillsGUI.php.
83 : void
84 {
86
88 $this->dic->ui()->mainTemplate()->setTitle($this->dic->language()->txt('mst_list_competences'));
90 $this->dic->ui()->mainTemplate()->setContent($this->table->getHTML());
91 }
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
References checkAccessOrFail(), and ilUtil\getImagePath().
Referenced by index().
◆ resetFilter()
ilMStListCompetencesSkillsGUI::resetFilter |
( |
| ) |
|
|
final |
◆ $access
◆ $dic
Container ilMStListCompetencesSkillsGUI::$dic |
|
private |
◆ $main_tpl
◆ $table
◆ CMD_APPLY_FILTER
const string ilMStListCompetencesSkillsGUI::CMD_APPLY_FILTER = 'applyFilter' |
◆ CMD_GET_ACTIONS
const string ilMStListCompetencesSkillsGUI::CMD_GET_ACTIONS = "getActions" |
◆ CMD_INDEX
const string ilMStListCompetencesSkillsGUI::CMD_INDEX = 'index' |
◆ CMD_RESET_FILTER
const string ilMStListCompetencesSkillsGUI::CMD_RESET_FILTER = 'resetFilter' |
The documentation for this class was generated from the following file: