37 $this->ctrl = $DIC->ctrl();
38 $this->lng = $DIC->language();
39 $this->main_tpl = $DIC->ui()->mainTemplate();
49 $next_class =
$ctrl->getNextClass($this);
50 $cmd =
$ctrl->getCmd(
"show");
51 $this->main_tpl->setTitle($this->lng->txt(
"my_courses_groups"));
53 switch ($next_class) {
54 case "ilpdmembershipblockgui":
55 $ctrl->setReturn($this,
"show");
57 $ret = $this->ctrl->forwardCommand($block);
59 $this->main_tpl->setContent(
$ret);
64 if (in_array($cmd, array(
"show"))) {
68 $this->main_tpl->printToStdout();
executeCommand()
Execute command.
__construct()
Constructor.