3 declare(strict_types=0);
    38         $this->container_gui = $parent_gui;
    39         $this->container = $parent;
    40         $this->user_id = $a_user_id;
    42         $this->
ctrl = $DIC->ctrl();
    43         $this->tpl = $DIC->ui()->mainTemplate();
    48         $next_class = $this->
ctrl->getNextClass($this);
    49         $cmd = $this->
ctrl->getCmd();
    51         switch ($next_class) {
    82         $result_table->setUserId($this->
getUserId());
    83         $result_table->init();
    84         $result_table->parse();
    86         $this->tpl->setContent($result_table->getHTML());
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(ilObjectGUI $parent_gui, ilObject $parent, int $a_user_id)
 
ilGlobalTemplateInterface $tpl
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
viewResult()
View results. 
 
Class ilObjectGUI Basic methods of all Output classes. 
 
ilObjectGUI $container_gui