| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilTestInfoScreenToolbarGUI:
 Collaboration diagram for ilTestInfoScreenToolbarGUI:Public Member Functions | |
| __construct (private ilObjTest $test_obj, private ilTestPlayerAbstractGUI $test_player_gui, private ilTestQuestionSetConfig $test_question_set_config, private ilTestSession $test_session, private ilDBInterface $db, private ilAccessHandler $access, private ilCtrl $ctrl, protected ilLanguage $lng, private UIFactory $ui_factory, private UIRenderer $ui_renderer, private ilGlobalTemplateInterface $main_tpl, private ilToolbarGUI $global_toolbar) | |
| getSessionLockString () | |
| setSessionLockString ($sessionLockString) | |
| getInfoMessages () | |
| addInfoMessage ($infoMessage) | |
| @ param string $infoMessage Could be.  More... | |
| getFailureMessages () | |
| addFailureMessage (string $failureMessage) | |
| setFormAction (string $a_val, bool $a_multipart=false, string $a_target="") | |
| setCloseFormTag (bool $a_val) | |
| addInputItem (ilToolbarItem $a_item, bool $a_output_label=false) | |
| addFormInput ($formInput) | |
| clearItems () | |
| build () | |
| sendMessages () | |
  Public Member Functions inherited from ilToolbarGUI | |
| setFormAction (string $a_val, bool $a_multipart=false, string $a_target="") | |
| Set form action (if form action is set, toolbar is wrapped into form tags)  More... | |
| getFormAction () | |
| setLeadingImage (string $a_img, string $a_alt) | |
| setHidden (bool $a_val) | |
| getHidden () | |
| setId (string $a_val) | |
| getId () | |
| setPreventDoubleSubmission (bool $a_val) | |
| getPreventDoubleSubmission () | |
| addButton (string $a_txt, string $a_cmd, string $a_target="", ?int $a_acc_key=null, string $a_additional_attrs='', string $a_id="", string $a_class='submit') | |
| addFormButton (string $a_txt, string $a_cmd, ?int $a_acc_key=null, bool $a_primary=false, ?string $a_class=null) | |
| addInputItem (ilToolbarItem $a_item, bool $a_output_label=false) | |
| addStickyItem ( $a_item, bool $a_output_label=false) | |
| Add a sticky item.  More... | |
| addButtonInstance (ilButtonBase $a_button) | |
| Add button instance.  More... | |
| addDropDown (string $a_txt, string $a_dd_html) | |
| addAdvancedSelectionList (ilAdvancedSelectionListGUI $adv) | |
| addSeparator () | |
| addText (string $a_text) | |
| addSpacer (string $a_width=null) | |
| addComponent (\ILIAS\UI\Component\Component $a_comp) | |
| addLink (string $a_caption, string $a_url, bool $a_disabled=false) | |
| setOpenFormTag (bool $a_val) | |
| getOpenFormTag () | |
| setCloseFormTag (bool $a_val) | |
| getCloseFormTag () | |
| setFormName (string $a_val) | |
| getFormName () | |
| getGroupedItems () | |
| Get all groups (items separated by a separator)  More... | |
| getItems () | |
| setItems (array $items) | |
Protected Member Functions | |
| populateMessage ($message) | |
  Protected Member Functions inherited from ilToolbarGUI | |
| applyAutoStickyToSingleElement () | |
| If the toolbar consists of only one button, make it sticky Note: Atm this is only possible for buttons.  More... | |
Protected Attributes | |
| ilTestQuestionSetConfig | $testQuestionSetConfig = null | 
| ilTestSession | $testSession = null | 
| $testSequence | |
  Protected Attributes inherited from ilToolbarGUI | |
| ilLanguage | $lng | 
| string | $id = '' | 
| string | $form_action = '' | 
| bool | $hidden = false | 
| array | $lead_img | 
| bool | $open_form_tag = true | 
| bool | $close_form_tag = true | 
| string | $form_target = "" | 
| string | $form_name = "" | 
| bool | $prevent_double_submission = false | 
| array | $sticky_items = array() | 
| bool | $has_separator = false | 
| ILIAS DI UIServices | $ui | 
| bool | $multipart = false | 
Private Member Functions | |
| getTestQuestionSetConfig () | |
| getTestOBJ () | |
| getTestPlayerGUI () | |
| getTestSession () | |
| getClassName ($target) | |
| getClassNameArray ($target) | |
| getClassPath ($target) | |
| setParameter ($target, $parameter, $value) | |
| buildLinkTarget ($target, $cmd=null) | |
| buildFormAction ($target) | |
| ensureInitialisedSessionLockString () | |
| buildSessionLockString () | |
| hasFixedQuestionSetSkillAssignsLowerThanBarrier () | |
| getSkillAssignBarrierInfo () | |
Private Attributes | |
| string | $sessionLockString = '' | 
| array | $infoMessages = [] | 
| array | $failureMessages = [] | 
Static Private Attributes | |
| static array | $TARGET_CLASS_PATH_BASE = ['ilRepositoryGUI', 'ilObjTestGUI'] | 
Additional Inherited Members | |
  Data Fields inherited from ilToolbarGUI | |
| array | $items = array() | 
  Static Protected Attributes inherited from ilToolbarGUI | |
| static int | $instances = 0 | 
Definition at line 30 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::__construct | ( | private ilObjTest | $test_obj, | 
| private ilTestPlayerAbstractGUI | $test_player_gui, | ||
| private ilTestQuestionSetConfig | $test_question_set_config, | ||
| private ilTestSession | $test_session, | ||
| private ilDBInterface | $db, | ||
| private ilAccessHandler | $access, | ||
| private ilCtrl | $ctrl, | ||
| protected ilLanguage | $lng, | ||
| private UIFactory | $ui_factory, | ||
| private UIRenderer | $ui_renderer, | ||
| private ilGlobalTemplateInterface | $main_tpl, | ||
| private ilToolbarGUI | $global_toolbar | ||
| ) | 
Definition at line 46 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::addFailureMessage | ( | string | $failureMessage | ) | 
Definition at line 110 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::addFormInput | ( | $formInput | ) | 
Definition at line 147 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::addInfoMessage | ( | $infoMessage | ) | 
@ param string $infoMessage Could be.
Doesn't have to.
Definition at line 100 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::addInputItem | ( | ilToolbarItem | $a_item, | 
| bool | $a_output_label = false  | 
        ||
| ) | 
Definition at line 136 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::build | ( | ) | 
Definition at line 234 of file class.ilTestInfoScreenToolbarGUI.php.
References $message, ILIAS\Repository\access(), addFailureMessage(), addInfoMessage(), buildFormAction(), buildLinkTarget(), clearItems(), ILIAS\Repository\ctrl(), ensureInitialisedSessionLockString(), ilAssQuestionSkillAssignmentImportFails\failedImportsRegistered(), ilAssQuestionSkillAssignmentImportFails\getFailedImportsMessage(), ilTestSkillLevelThresholdImportFails\getFailedImportsMessage(), getSessionLockString(), getSkillAssignBarrierInfo(), getTestOBJ(), getTestPlayerGUI(), getTestQuestionSetConfig(), getTestSession(), hasFixedQuestionSetSkillAssignsLowerThanBarrier(), ILIAS\Repository\lng(), populateMessage(), setFormAction(), and setParameter().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 196 of file class.ilTestInfoScreenToolbarGUI.php.
References ILIAS\Repository\ctrl(), and getClassPath().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 191 of file class.ilTestInfoScreenToolbarGUI.php.
References ILIAS\Repository\ctrl(), and getClassPath().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 208 of file class.ilTestInfoScreenToolbarGUI.php.
References $_COOKIE.
Referenced by ensureInitialisedSessionLockString().
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::clearItems | ( | ) | 
Definition at line 154 of file class.ilTestInfoScreenToolbarGUI.php.
References ilToolbarGUI\setItems().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 201 of file class.ilTestInfoScreenToolbarGUI.php.
References buildSessionLockString(), getSessionLockString(), and setSessionLockString().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 163 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getClassNameArray(), and setParameter().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 172 of file class.ilTestInfoScreenToolbarGUI.php.
References getClassName().
Referenced by getClassPath().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 181 of file class.ilTestInfoScreenToolbarGUI.php.
References getClassNameArray().
Referenced by buildFormAction(), and buildLinkTarget().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getFailureMessages | ( | ) | 
Definition at line 105 of file class.ilTestInfoScreenToolbarGUI.php.
References $failureMessages.
Referenced by sendMessages().
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getInfoMessages | ( | ) | 
Definition at line 92 of file class.ilTestInfoScreenToolbarGUI.php.
References $infoMessages.
Referenced by sendMessages().
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getSessionLockString | ( | ) | 
Definition at line 82 of file class.ilTestInfoScreenToolbarGUI.php.
References $sessionLockString.
Referenced by build(), and ensureInitialisedSessionLockString().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 226 of file class.ilTestInfoScreenToolbarGUI.php.
References ilObjAssessmentFolder\getSkillTriggerAnswerNumberBarrier(), and ILIAS\Repository\lng().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 67 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 72 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 62 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 77 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 213 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 315 of file class.ilTestInfoScreenToolbarGUI.php.
References $message.
Referenced by build().
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::sendMessages | ( | ) | 
Definition at line 322 of file class.ilTestInfoScreenToolbarGUI.php.
References getFailureMessages(), and getInfoMessages().
 Here is the call graph for this function:| ilTestInfoScreenToolbarGUI::setCloseFormTag | ( | bool | $a_val | ) | 
Definition at line 127 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::setFormAction | ( | string | $a_val, | 
| bool | $a_multipart = false,  | 
        ||
| string | $a_target = ""  | 
        ||
| ) | 
Definition at line 115 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 186 of file class.ilTestInfoScreenToolbarGUI.php.
References ILIAS\Repository\ctrl(), and getClassName().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::setSessionLockString | ( | $sessionLockString | ) | 
Definition at line 87 of file class.ilTestInfoScreenToolbarGUI.php.
References $sessionLockString.
Referenced by ensureInitialisedSessionLockString().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 44 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getFailureMessages().
      
  | 
  private | 
Definition at line 43 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getInfoMessages().
      
  | 
  private | 
Definition at line 42 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getSessionLockString(), and setSessionLockString().
      
  | 
  staticprivate | 
Definition at line 32 of file class.ilTestInfoScreenToolbarGUI.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilTestInfoScreenToolbarGUI.php.
      
  | 
  protected | 
Definition at line 40 of file class.ilTestInfoScreenToolbarGUI.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilTestInfoScreenToolbarGUI.php.