36 $this->ctrl = $DIC->ctrl();
37 $this->lng = $DIC->language();
38 $this->main_tpl = $DIC->ui()->mainTemplate();
48 $next_class =
$ctrl->getNextClass($this);
49 $cmd =
$ctrl->getCmd(
"show");
50 $this->main_tpl->setTitle($this->lng->txt(
"my_courses_groups"));
52 switch ($next_class) {
53 case "ilpdmembershipblockgui":
54 $ctrl->setReturn($this,
"show");
56 $ret = $this->ctrl->forwardCommand($block);
58 $this->main_tpl->setContent(
$ret);
63 if (in_array($cmd, array(
"show"))) {
67 $this->main_tpl->printToStdout();
executeCommand()
Execute command.
__construct()
Constructor.