ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilAssQuestionHintAbstractGUI.php
Go to the documentation of this file.
1 <?php
2 
29 {
30  protected \ILIAS\TestQuestionPool\InternalRequestService $request;
31  protected ?assQuestionGUI $questionGUI = null;
32  protected ?assQuestion $questionOBJ = null;
33  protected ilTabsGUI $tabs;
34 
41  public function __construct(assQuestionGUI $questionGUI)
42  {
43  $this->questionGUI = $questionGUI;
44  $this->questionOBJ = $questionGUI->object;
45  global $DIC;
46  $this->request = $DIC->testQuestionPool()->internal()->request();
47  $this->tabs = $DIC->tabs();
48  }
49 }
__construct(assQuestionGUI $questionGUI)
Constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Abstract basic class which is to be extended by the concrete assessment question type classes...
ILIAS TestQuestionPool InternalRequestService $request
global $DIC
Definition: feed.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...