|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilTestInfoScreenToolbarGUI:
Collaboration diagram for ilTestInfoScreenToolbarGUI:Public Member Functions | |
| __construct (ilDBInterface $db, ilAccessHandler $access, ilCtrl $ctrl, ilLanguage $lng, ilPluginAdmin $pluginAdmin) | |
| getGlobalToolbar () | |
| setGlobalToolbar ($globalToolbar) | |
| getTestOBJ () | |
| setTestOBJ ($testOBJ) | |
| getTestQuestionSetConfig () | |
| setTestQuestionSetConfig ($testQuestionSetConfig) | |
| getTestPlayerGUI () | |
| setTestPlayerGUI ($testPlayerGUI) | |
| getTestSession () | |
| setTestSession ($testSession) | |
| getTestSequence () | |
| setTestSequence ($testSequence) | |
| getSessionLockString () | |
| setSessionLockString ($sessionLockString) | |
| getInfoMessages () | |
| addInfoMessage ($infoMessage) | |
| getFailureMessages () | |
| addFailureMessage ($failureMessage) | |
| setFormAction ($formAction, $isMultipart=false, $target='') | |
| Set form action (if form action is set, toolbar is wrapped into form tags) More... | |
| addButtonInstance (ilButtonBase $btnInstance) | |
| Add button instance. More... | |
| setCloseFormTag ($enabled) | |
| Set close form tag. More... | |
| addInputItem (ilToolbarItem $inputItem, $outputLabel=false) | |
| Add input item. More... | |
| addFormInput ($formInput) | |
| clearItems () | |
| build () | |
| sendMessages () | |
Public Member Functions inherited from ilToolbarGUI | |
| __construct () | |
| setFormAction ($a_val, $a_multipart=false, $a_target="") | |
| Set form action (if form action is set, toolbar is wrapped into form tags) More... | |
| getFormAction () | |
| Get form action. More... | |
| setLeadingImage ($a_img, $a_alt) | |
| Set leading image. More... | |
| setHidden ($a_val) | |
| Set hidden. More... | |
| getHidden () | |
| Get hidden. More... | |
| setId ($a_val) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setPreventDoubleSubmission ($a_val) | |
| Set prevent double submission. More... | |
| getPreventDoubleSubmission () | |
| Get prevent double submission. More... | |
| addButton ( $a_txt, $a_cmd, $a_target="", $a_acc_key="", $a_additional_attrs='', $a_id="", $a_class='submit') | |
| Add button to toolbar. More... | |
| addFormButton ($a_txt, $a_cmd, $a_acc_key="", $a_primary=false, $a_class=false) | |
| Add form button to toolbar. More... | |
| addInputItem (ilToolbarItem $a_item, $a_output_label=false) | |
| Add input item. More... | |
| addStickyItem ($a_item, $a_output_label=false) | |
| Add a sticky item. More... | |
| addButtonInstance (ilButtonBase $a_button) | |
| Add button instance. More... | |
| addDropDown ($a_txt, $a_dd_html) | |
| Add Dropdown. More... | |
| addAdvancedSelectionList (ilAdvancedSelectionListGUI $adv) | |
| addSeparator () | |
| Add separator. More... | |
| addText ($a_text) | |
| Add text. More... | |
| addSpacer ($a_width=null) | |
| Add spacer. More... | |
| addComponent (\ILIAS\UI\Component\Component $a_comp) | |
| Add component. More... | |
| addLink ($a_caption, $a_url, $a_disabled=false) | |
| Add link. More... | |
| setOpenFormTag ($a_val) | |
| Set open form tag. More... | |
| getOpenFormTag () | |
| Get open form tag. More... | |
| setCloseFormTag ($a_val) | |
| Set close form tag. More... | |
| getCloseFormTag () | |
| Get close form tag. More... | |
| setFormName ($a_val) | |
| Set form name. More... | |
| getFormName () | |
| Get form name. More... | |
| getGroupedItems () | |
| Get all groups (items separated by a separator) More... | |
| getItems () | |
| setItems ($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 | |
| $DIC | |
| $db | |
| $access | |
| $ctrl | |
| $lng | |
| $pluginAdmin | |
| $testOBJ | |
| $testQuestionSetConfig | |
| $testPlayerGUI | |
| $testSession | |
| $testSequence | |
Protected Attributes inherited from ilToolbarGUI | |
| $lng | |
| $id = '' | |
| $form_action = '' | |
| $hidden | |
| $lead_img | |
| $open_form_tag = true | |
| $close_form_tag = true | |
| $form_target = "" | |
| $form_name = "" | |
| $prevent_double_submission = false | |
| $sticky_items = array() | |
| $has_separator = false | |
Private Member Functions | |
| getClassName ($target) | |
| getClassNameArray ($target) | |
| getClassPath ($target) | |
| setParameter ($target, $parameter, $value) | |
| buildLinkTarget ($target, $cmd=null) | |
| buildFormAction ($target) | |
| ensureInitialisedSessionLockString () | |
| buildSessionLockString () | |
| isDeleteDynamicTestResultsButtonRequired () | |
| populateDeleteDynamicTestResultsButton () | |
| areSkillLevelThresholdsMissing () | |
| getSkillLevelThresholdsMissingInfo () | |
| hasFixedQuestionSetSkillAssignsLowerThanBarrier () | |
| getSkillAssignBarrierInfo () | |
Private Attributes | |
| $globalToolbar | |
| $sessionLockString | |
| $infoMessages = array() | |
| $failureMessages = array() | |
Static Private Attributes | |
| static | $TARGET_CLASS_PATH_BASE = array('ilRepositoryGUI', 'ilObjTestGUI') |
Additional Inherited Members | |
Data Fields inherited from ilToolbarGUI | |
| $items = array() | |
Static Protected Attributes inherited from ilToolbarGUI | |
| static | $instances = 0 |
Definition at line 16 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::__construct | ( | ilDBInterface | $db, |
| ilAccessHandler | $access, | ||
| ilCtrl | $ctrl, | ||
| ilLanguage | $lng, | ||
| ilPluginAdmin | $pluginAdmin | ||
| ) |
Definition at line 95 of file class.ilTestInfoScreenToolbarGUI.php.
References $access, $ctrl, $db, $DIC, $lng, and $pluginAdmin.
| ilTestInfoScreenToolbarGUI::addButtonInstance | ( | ilButtonBase | $a_button | ) |
Add button instance.
| ilButtonBase | $a_button |
Reimplemented from ilToolbarGUI.
Definition at line 259 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build(), and populateDeleteDynamicTestResultsButton().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::addFailureMessage | ( | $failureMessage | ) |
| string | $failureMessage |
Definition at line 245 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::addFormInput | ( | $formInput | ) |
Definition at line 286 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::addInfoMessage | ( | $infoMessage | ) |
| string | $infoMessage |
Definition at line 229 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::addInputItem | ( | ilToolbarItem | $a_item, |
$a_output_label = false |
|||
| ) |
Add input item.
| ilToolbarItem | $a_item | |
| bool | $a_output_label |
Reimplemented from ilToolbarGUI.
Definition at line 277 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
Here is the caller graph for this function:
|
private |
Definition at line 405 of file class.ilTestInfoScreenToolbarGUI.php.
References $data, getTestOBJ(), and getTestQuestionSetConfig().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::build | ( | ) |
Definition at line 485 of file class.ilTestInfoScreenToolbarGUI.php.
References $message, ilObjTestAccess\_lookupOnlineTestAccess(), addButtonInstance(), addFailureMessage(), addInfoMessage(), addInputItem(), ilToolbarGUI\addSeparator(), ANONYMOUS_USER_ID, areSkillLevelThresholdsMissing(), buildFormAction(), clearItems(), ensureInitialisedSessionLockString(), ilToolbarGUI\getId(), ilSubmitButton\getInstance(), ilToolbarGUI\getItems(), getSessionLockString(), getSkillAssignBarrierInfo(), getSkillLevelThresholdsMissingInfo(), getTestOBJ(), getTestPlayerGUI(), getTestQuestionSetConfig(), getTestSession(), hasFixedQuestionSetSkillAssignsLowerThanBarrier(), isDeleteDynamicTestResultsButtonRequired(), populateDeleteDynamicTestResultsButton(), populateMessage(), setFormAction(), and setParameter().
Here is the call graph for this function:
|
private |
Definition at line 337 of file class.ilTestInfoScreenToolbarGUI.php.
References getClassPath().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 332 of file class.ilTestInfoScreenToolbarGUI.php.
References getClassPath().
Referenced by getSkillLevelThresholdsMissingInfo(), and populateDeleteDynamicTestResultsButton().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 349 of file class.ilTestInfoScreenToolbarGUI.php.
References $_COOKIE.
Referenced by ensureInitialisedSessionLockString().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::clearItems | ( | ) |
Definition at line 295 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 342 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 304 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getClassNameArray(), and setParameter().
Here is the caller graph for this function:
|
private |
Definition at line 313 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 322 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 237 of file class.ilTestInfoScreenToolbarGUI.php.
References $failureMessages.
Referenced by sendMessages().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getGlobalToolbar | ( | ) |
Definition at line 109 of file class.ilTestInfoScreenToolbarGUI.php.
References $globalToolbar.
| ilTestInfoScreenToolbarGUI::getInfoMessages | ( | ) |
Definition at line 221 of file class.ilTestInfoScreenToolbarGUI.php.
References $infoMessages.
Referenced by sendMessages().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getSessionLockString | ( | ) |
Definition at line 205 of file class.ilTestInfoScreenToolbarGUI.php.
References $sessionLockString.
Referenced by build(), and ensureInitialisedSessionLockString().
Here is the caller graph for this function:
|
private |
Definition at line 475 of file class.ilTestInfoScreenToolbarGUI.php.
References ilObjAssessmentFolder\getSkillTriggerAnswerNumberBarrier().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 442 of file class.ilTestInfoScreenToolbarGUI.php.
References $message, buildLinkTarget(), and ilTestSkillLevelThresholdsGUI\CMD_SHOW_SKILL_THRESHOLDS.
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getTestOBJ | ( | ) |
Definition at line 125 of file class.ilTestInfoScreenToolbarGUI.php.
References $testOBJ.
Referenced by areSkillLevelThresholdsMissing(), build(), and isDeleteDynamicTestResultsButtonRequired().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getTestPlayerGUI | ( | ) |
Definition at line 157 of file class.ilTestInfoScreenToolbarGUI.php.
References $testPlayerGUI.
Referenced by build().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getTestQuestionSetConfig | ( | ) |
Definition at line 141 of file class.ilTestInfoScreenToolbarGUI.php.
References $testQuestionSetConfig.
Referenced by areSkillLevelThresholdsMissing(), and build().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getTestSequence | ( | ) |
Definition at line 189 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSequence.
Referenced by isDeleteDynamicTestResultsButtonRequired().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::getTestSession | ( | ) |
Definition at line 173 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSession.
Referenced by build(), isDeleteDynamicTestResultsButtonRequired(), and populateDeleteDynamicTestResultsButton().
Here is the caller graph for this function:
|
private |
Definition at line 461 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
Here is the caller graph for this function:
|
private |
| $testSession | |
| $testSequence |
Definition at line 359 of file class.ilTestInfoScreenToolbarGUI.php.
References getTestOBJ(), getTestSequence(), and getTestSession().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| $testSession | |
| $big_button |
Definition at line 384 of file class.ilTestInfoScreenToolbarGUI.php.
References addButtonInstance(), buildLinkTarget(), ilTestPassDeletionConfirmationGUI\CONTEXT_INFO_SCREEN, ilLinkButton\getInstance(), getTestSession(), and setParameter().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| $message |
Definition at line 641 of file class.ilTestInfoScreenToolbarGUI.php.
References $message.
Referenced by build().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::sendMessages | ( | ) |
Definition at line 648 of file class.ilTestInfoScreenToolbarGUI.php.
References getFailureMessages(), getInfoMessages(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilTestInfoScreenToolbarGUI::setCloseFormTag | ( | $a_val | ) |
Set close form tag.
| boolean | $a_val | close form tag |
Reimplemented from ilToolbarGUI.
Definition at line 268 of file class.ilTestInfoScreenToolbarGUI.php.
| ilTestInfoScreenToolbarGUI::setFormAction | ( | $a_val, | |
$a_multipart = false, |
|||
$a_target = '' |
|||
| ) |
Set form action (if form action is set, toolbar is wrapped into form tags)
| string | $a_val | form action |
| bool | $a_multipart | |
| string | $a_target |
Reimplemented from ilToolbarGUI.
Definition at line 250 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::setGlobalToolbar | ( | $globalToolbar | ) |
| parent | $globalToolbar |
Definition at line 117 of file class.ilTestInfoScreenToolbarGUI.php.
References $globalToolbar.
|
private |
Definition at line 327 of file class.ilTestInfoScreenToolbarGUI.php.
References getClassName().
Referenced by build(), and populateDeleteDynamicTestResultsButton().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::setSessionLockString | ( | $sessionLockString | ) |
| string | $sessionLockString |
Definition at line 213 of file class.ilTestInfoScreenToolbarGUI.php.
References $sessionLockString.
Referenced by ensureInitialisedSessionLockString().
Here is the caller graph for this function:| ilTestInfoScreenToolbarGUI::setTestOBJ | ( | $testOBJ | ) |
| ilObjTest | $testOBJ |
Definition at line 133 of file class.ilTestInfoScreenToolbarGUI.php.
References $testOBJ.
| ilTestInfoScreenToolbarGUI::setTestPlayerGUI | ( | $testPlayerGUI | ) |
| ilTestPlayerAbstractGUI | $testPlayerGUI |
Definition at line 165 of file class.ilTestInfoScreenToolbarGUI.php.
References $testPlayerGUI.
| ilTestInfoScreenToolbarGUI::setTestQuestionSetConfig | ( | $testQuestionSetConfig | ) |
| ilTestQuestionSetConfig | $testQuestionSetConfig |
Definition at line 149 of file class.ilTestInfoScreenToolbarGUI.php.
References $testQuestionSetConfig.
| ilTestInfoScreenToolbarGUI::setTestSequence | ( | $testSequence | ) |
| ilTestSequence | ilTestSequenceDynamicQuestionSet | $testSequence |
Definition at line 197 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSequence.
| ilTestInfoScreenToolbarGUI::setTestSession | ( | $testSession | ) |
| ilTestSession | $testSession |
Definition at line 181 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSession.
|
protected |
Definition at line 38 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 23 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 93 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getFailureMessages().
|
private |
Definition at line 28 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getGlobalToolbar(), and setGlobalToolbar().
|
private |
Definition at line 88 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getInfoMessages().
|
protected |
Definition at line 48 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 53 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 83 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getSessionLockString(), and setSessionLockString().
|
staticprivate |
Definition at line 18 of file class.ilTestInfoScreenToolbarGUI.php.
|
protected |
Definition at line 58 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestOBJ(), and setTestOBJ().
|
protected |
Definition at line 68 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestPlayerGUI(), and setTestPlayerGUI().
|
protected |
Definition at line 63 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestQuestionSetConfig(), and setTestQuestionSetConfig().
|
protected |
Definition at line 78 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestSequence(), and setTestSequence().
|
protected |
Definition at line 73 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestSession(), and setTestSession().