33 $this->
lng->loadLanguageModule(
"dash");
34 $this->
lng->loadLanguageModule(
"mmbr");
44 $this->viewSettings->parse();
48 $this->
ctrl->setParameter($this,
'view', $this->viewSettings->getCurrentView());
53 if ($this->on_mem_overview) {
54 $this->
ctrl->redirectByClass(
'ilmembershipoverviewgui',
'');
56 parent::returnToContext();
61 if ($this->on_mem_overview) {
62 return $this->
lng->txt(
"mmbr_memberships");
64 return parent::getViewTitle();
69 $txt = $this->
lng->txt(
"rep_mo_mem_dash");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static string $block_type
__construct(bool $on_mem_overview=false)
@ilCtrl_IsCalledBy ilPDSelectedItemsBlockGUI: ilColumnGUI @ilCtrl_Calls ilPDSelectedItemsBlockGUI: il...
static bySettings(ilPDSelectedItemsBlockViewSettings $viewSettings)
const VIEW_MY_MEMBERSHIPS
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc