18 declare(strict_types=1);
45 $this->main_tpl = $DIC->ui()->mainTemplate();
46 $this->
access = ilMyStaffAccess::getInstance();
47 $this->
help = $DIC->help();
48 $this->
help->setScreenIdComponent(
'msta');
53 if ($this->
access->hasCurrentUserAccessToCourseMemberships()) {
56 $this->main_tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
57 $this->
ctrl->redirectByClass(ilDashboardGUI::class,
"");
63 $cmd = $this->
ctrl->getCmd();
64 $next_class = $this->
ctrl->getNextClass();
66 switch ($next_class) {
67 case strtolower(\ilMStListCoursesTableGUI::class):
70 $this->
ctrl->setReturn($this, self::CMD_INDEX);
71 $this->table = new \ilMStListCoursesTableGUI($this, self::CMD_INDEX);
72 $this->
ctrl->forwardCommand($this->table);
76 case self::CMD_RESET_FILTER:
77 case self::CMD_APPLY_FILTER:
79 case self::CMD_GET_ACTIONS:
90 final public function index(): void
100 $this->
help->setScreenId(
'courses_list');
103 $DIC->ui()->mainTemplate()->setTitle($DIC->language()->txt(
'mst_list_courses'));
105 $DIC->ui()->mainTemplate()->setContent($this->table->getHTML());
111 $this->table->writeFilterToSession();
112 $this->table->resetOffset();
119 $this->table->resetOffset();
120 $this->table->resetFilter();
124 final public function getId(): string
128 return $this->table->getId();
134 $DIC->ctrl()->redirect($this);
Class ilMStListCoursesTableGUI.
ilGlobalTemplateInterface $main_tpl
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
__construct(Container $dic, ilPlugin $plugin)