| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilLOTestAssignmentForm:Public Member Functions | |
| __construct (object $gui, ilObject $a_container_obj, int $a_type) | |
| Constructor.  More... | |
| getContainer () | |
| getGUI () | |
| getSettings () | |
| getTestType () | |
| initForm (bool $a_as_multi_assignment=false) | |
Data Fields | |
| const | TEST_NEW = 1 | 
| const | TEST_ASSIGN = 2 | 
Protected Member Functions | |
| getAssignableTests () | |
Private Attributes | |
| ilLanguage | $lng | 
| ilCtrlInterface | $ctrl | 
| ilTree | $tree | 
| ilObject | $container | 
| object | $gui | 
| ilLOSettings | $settings | 
| int | $type = 0 | 
Definition at line 25 of file class.ilLOTestAssignmentForm.php.
| ilLOTestAssignmentForm::__construct | ( | object | $gui, | 
| ilObject | $a_container_obj, | ||
| int | $a_type | ||
| ) | 
Constructor.
Definition at line 42 of file class.ilLOTestAssignmentForm.php.
References $DIC, $gui, ILIAS\Repository\ctrl(), getContainer(), ILIAS\Survey\Mode\getId(), ilLOSettings\getInstanceByObjId(), ILIAS\Repository\lng(), and ILIAS\Repository\settings().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 198 of file class.ilLOTestAssignmentForm.php.
References getContainer(), ILIAS\Survey\Mode\getId(), and ilLOTestAssignments\getInstance().
Referenced by initForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilLOTestAssignmentForm::getContainer | ( | ) | 
Definition at line 55 of file class.ilLOTestAssignmentForm.php.
References $container.
Referenced by __construct(), getAssignableTests(), and initForm().
 Here is the caller graph for this function:| ilLOTestAssignmentForm::getGUI | ( | ) | 
| ilLOTestAssignmentForm::getSettings | ( | ) | 
Definition at line 65 of file class.ilLOTestAssignmentForm.php.
References $settings.
| ilLOTestAssignmentForm::getTestType | ( | ) | 
Definition at line 70 of file class.ilLOTestAssignmentForm.php.
References $type.
Referenced by initForm().
 Here is the caller graph for this function:| ilLOTestAssignmentForm::initForm | ( | bool | $a_as_multi_assignment = false | ) | 
Definition at line 75 of file class.ilLOTestAssignmentForm.php.
References ilCourseObjective\_getObjectiveIds(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilRadioOption\addSubItem(), ILIAS\Repository\ctrl(), getAssignableTests(), getContainer(), ILIAS\Survey\Mode\getId(), ilLOTestAssignments\getInstance(), getTestType(), ILIAS\Repository\lng(), ilCourseObjective\lookupObjectiveTitle(), ilObjTest\QUESTION_SET_TYPE_FIXED, ilObjTest\QUESTION_SET_TYPE_RANDOM, ilTextAreaInputGUI\setCols(), ilFormPropertyGUI\setRequired(), ilLOSettings\TYPE_TEST_INITIAL, and ilLOSettings\TYPE_TEST_QUALIFIED.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 34 of file class.ilLOTestAssignmentForm.php.
Referenced by getContainer().
      
  | 
  private | 
Definition at line 31 of file class.ilLOTestAssignmentForm.php.
      
  | 
  private | 
Definition at line 35 of file class.ilLOTestAssignmentForm.php.
Referenced by __construct(), and getGUI().
      
  | 
  private | 
Definition at line 30 of file class.ilLOTestAssignmentForm.php.
      
  | 
  private | 
Definition at line 36 of file class.ilLOTestAssignmentForm.php.
Referenced by getSettings().
      
  | 
  private | 
Definition at line 32 of file class.ilLOTestAssignmentForm.php.
      
  | 
  private | 
Definition at line 37 of file class.ilLOTestAssignmentForm.php.
Referenced by getTestType().
| const ilLOTestAssignmentForm::TEST_ASSIGN = 2 | 
Definition at line 28 of file class.ilLOTestAssignmentForm.php.
| const ilLOTestAssignmentForm::TEST_NEW = 1 | 
Definition at line 27 of file class.ilLOTestAssignmentForm.php.