ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilAssQuestionHintAbstractGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
23 
34 {
38  protected ilTabsGUI $tabs;
39  protected ilLanguage $lng;
40  protected ilCtrl $ctrl;
41 
48  public function __construct(assQuestionGUI $question_gui)
49  {
50  global $DIC;
51  $this->tabs = $DIC->tabs();
52  $this->lng = $DIC['lng'];
53  $this->ctrl = $DIC['ilCtrl'];
54 
55  $local_dic = QuestionPoolDIC::dic();
56  $this->request_data_collector = $local_dic['request_data_collector'];
57 
58  $this->question_gui = $question_gui;
59  $this->question_obj = $question_gui->getObject();
60  }
61 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(assQuestionGUI $question_gui)
Constructor.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
global $DIC
Definition: shib_login.php:22