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