◆ __construct()
ilMStShowUserCoursesGUI::__construct |
( |
| ) |
|
◆ applyFilter()
ilMStShowUserCoursesGUI::applyFilter |
( |
| ) |
|
|
protected |
◆ cancel()
ilMStShowUserCoursesGUI::cancel |
( |
| ) |
|
|
final |
◆ checkAccessOrFail()
ilMStShowUserCoursesGUI::checkAccessOrFail |
( |
| ) |
|
|
protected |
Definition at line 50 of file class.ilMStShowUserCoursesGUI.php.
References $DIC, and ILIAS\Repository\access().
Referenced by executeCommand().
55 $this->main_tpl->setOnScreenMessage(
'failure', $DIC->language()->txt(
"permission_denied"),
true);
56 $DIC->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
59 if ($this->
access->hasCurrentUserAccessToUser($this->usr_id)
60 && $this->
access->hasCurrentUserAccessToCourseMemberships()
64 $this->main_tpl->setOnScreenMessage(
'failure', $DIC->language()->txt(
"permission_denied"),
true);
65 $DIC->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
◆ executeCommand()
ilMStShowUserCoursesGUI::executeCommand |
( |
| ) |
|
|
final |
Definition at line 69 of file class.ilMStShowUserCoursesGUI.php.
References $DIC, checkAccessOrFail(), and index().
75 $cmd = $DIC->ctrl()->getCmd();
76 $next_class = $DIC->ctrl()->getNextClass();
78 switch ($next_class) {
79 case strtolower(ilMStShowUserCoursesTableGUI::class):
82 $DIC->ctrl()->forwardCommand($this->table);
86 case self::CMD_RESET_FILTER:
87 case self::CMD_APPLY_FILTER:
89 case self::CMD_GET_ACTIONS:
Class ilMStShowUserCoursesTableGUI.
◆ getId()
ilMStShowUserCoursesGUI::getId |
( |
| ) |
|
|
final |
◆ index()
ilMStShowUserCoursesGUI::index |
( |
| ) |
|
|
protected |
◆ listUsers()
ilMStShowUserCoursesGUI::listUsers |
( |
| ) |
|
|
protected |
◆ resetFilter()
ilMStShowUserCoursesGUI::resetFilter |
( |
| ) |
|
|
protected |
◆ $access
◆ $main_tpl
◆ $table
◆ $usr_id
int ilMStShowUserCoursesGUI::$usr_id |
|
protected |
◆ CMD_APPLY_FILTER
const string ilMStShowUserCoursesGUI::CMD_APPLY_FILTER = 'applyFilter' |
◆ CMD_GET_ACTIONS
const string ilMStShowUserCoursesGUI::CMD_GET_ACTIONS = "getActions" |
◆ CMD_INDEX
const string ilMStShowUserCoursesGUI::CMD_INDEX = 'index' |
◆ CMD_RESET_FILTER
const string ilMStShowUserCoursesGUI::CMD_RESET_FILTER = 'resetFilter' |
The documentation for this class was generated from the following file: