◆ __construct()
ilMStListCompetencesSkillsGUI::__construct |
( |
Container |
$dic | ) |
|
◆ applyFilter()
ilMStListCompetencesSkillsGUI::applyFilter |
( |
| ) |
|
|
final |
◆ cancel()
ilMStListCompetencesSkillsGUI::cancel |
( |
| ) |
|
|
final |
◆ checkAccessOrFail()
ilMStListCompetencesSkillsGUI::checkAccessOrFail |
( |
| ) |
|
|
protected |
◆ executeCommand()
ilMStListCompetencesSkillsGUI::executeCommand |
( |
| ) |
|
|
final |
Definition at line 57 of file class.ilMStListCompetencesSkillsGUI.php.
References index().
59 $cmd = $this->dic->ctrl()->getCmd();
60 $next_class = $this->dic->ctrl()->getNextClass();
61 switch ($next_class) {
64 case self::CMD_RESET_FILTER:
65 case self::CMD_APPLY_FILTER:
67 case self::CMD_GET_ACTIONS:
◆ getId()
ilMStListCompetencesSkillsGUI::getId |
( |
| ) |
|
|
final |
◆ index()
ilMStListCompetencesSkillsGUI::index |
( |
| ) |
|
|
final |
◆ listUsers()
ilMStListCompetencesSkillsGUI::listUsers |
( |
| ) |
|
|
final |
Definition at line 83 of file class.ilMStListCompetencesSkillsGUI.php.
References checkAccessOrFail(), and ilUtil\getImagePath().
Referenced by index().
88 $this->dic->ui()->mainTemplate()->setTitle($this->dic->language()->txt(
'mst_list_competences'));
90 $this->dic->ui()->mainTemplate()->setContent($this->table->getHTML());
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
Class ilMStListCompetencesTableGUI.
◆ resetFilter()
ilMStListCompetencesSkillsGUI::resetFilter |
( |
| ) |
|
|
final |
◆ $access
◆ $dic
Container ilMStListCompetencesSkillsGUI::$dic |
|
private |
◆ $main_tpl
◆ $table
◆ CMD_APPLY_FILTER
const ilMStListCompetencesSkillsGUI::CMD_APPLY_FILTER = 'applyFilter' |
◆ CMD_GET_ACTIONS
const ilMStListCompetencesSkillsGUI::CMD_GET_ACTIONS = "getActions" |
◆ CMD_INDEX
const ilMStListCompetencesSkillsGUI::CMD_INDEX = 'index' |
◆ CMD_RESET_FILTER
const ilMStListCompetencesSkillsGUI::CMD_RESET_FILTER = 'resetFilter' |
The documentation for this class was generated from the following file: