ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilAssQuestionHintAbstractGUI.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 require_once 'Modules/TestQuestionPool/classes/class.ilAssQuestionHintList.php';
5 
16 {
23  protected $questionGUI = null;
24 
31  protected $questionOBJ = null;
32 
40  {
41  $this->questionGUI = $questionGUI;
42  $this->questionOBJ = $questionGUI->object;
43  }
44 }