ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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='') | |
addButtonInstance (ilButtonBase $btnInstance) | |
setCloseFormTag ($enabled) | |
addInputItem (ilToolbarItem $inputItem, $outputLabel=false) | |
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 input item. More... | |
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 Attributes | |
$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() | |
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... | |
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 90 of file class.ilTestInfoScreenToolbarGUI.php.
References $access, $ctrl, $db, $lng, and $pluginAdmin.
ilTestInfoScreenToolbarGUI::addButtonInstance | ( | ilButtonBase | $btnInstance | ) |
Definition at line 252 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build(), and populateDeleteDynamicTestResultsButton().
ilTestInfoScreenToolbarGUI::addFailureMessage | ( | $failureMessage | ) |
string | $failureMessage |
Definition at line 238 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
ilTestInfoScreenToolbarGUI::addFormInput | ( | $formInput | ) |
Definition at line 279 of file class.ilTestInfoScreenToolbarGUI.php.
ilTestInfoScreenToolbarGUI::addInfoMessage | ( | $infoMessage | ) |
string | $infoMessage |
Definition at line 222 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
ilTestInfoScreenToolbarGUI::addInputItem | ( | ilToolbarItem | $inputItem, |
$outputLabel = false |
|||
) |
Definition at line 270 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
|
private |
Definition at line 398 of file class.ilTestInfoScreenToolbarGUI.php.
References $data, getTestOBJ(), and getTestQuestionSetConfig().
Referenced by build().
ilTestInfoScreenToolbarGUI::build | ( | ) |
Definition at line 474 of file class.ilTestInfoScreenToolbarGUI.php.
References $_SESSION, $GLOBALS, $message, ilObjTestAccess\_lookupOnlineTestAccess(), addButtonInstance(), addFailureMessage(), ilToolbarGUI\addFormButton(), addInfoMessage(), addInputItem(), ilToolbarGUI\addSeparator(), areSkillLevelThresholdsMissing(), array, buildFormAction(), buildLinkTarget(), clearItems(), ilTestSkillEvaluationGUI\CMD_SHOW, ensureInitialisedSessionLockString(), ilToolbarGUI\getId(), ilSubmitButton\getInstance(), ilLinkButton\getInstance(), ilToolbarGUI\getItems(), getSessionLockString(), getSkillAssignBarrierInfo(), getSkillLevelThresholdsMissingInfo(), getTestOBJ(), getTestPlayerGUI(), getTestQuestionSetConfig(), getTestSession(), hasFixedQuestionSetSkillAssignsLowerThanBarrier(), isDeleteDynamicTestResultsButtonRequired(), populateDeleteDynamicTestResultsButton(), setFormAction(), setParameter(), and ilTextInputGUI\setSize().
|
private |
Definition at line 330 of file class.ilTestInfoScreenToolbarGUI.php.
References $target, and getClassPath().
Referenced by build().
|
private |
Definition at line 325 of file class.ilTestInfoScreenToolbarGUI.php.
References $target, and getClassPath().
Referenced by build(), getSkillLevelThresholdsMissingInfo(), and populateDeleteDynamicTestResultsButton().
|
private |
Definition at line 342 of file class.ilTestInfoScreenToolbarGUI.php.
References $_COOKIE, and time.
Referenced by ensureInitialisedSessionLockString().
ilTestInfoScreenToolbarGUI::clearItems | ( | ) |
Definition at line 288 of file class.ilTestInfoScreenToolbarGUI.php.
References array, and ilToolbarGUI\setItems().
Referenced by build().
|
private |
Definition at line 335 of file class.ilTestInfoScreenToolbarGUI.php.
References buildSessionLockString(), getSessionLockString(), and setSessionLockString().
Referenced by build().
|
private |
Definition at line 297 of file class.ilTestInfoScreenToolbarGUI.php.
References $target.
Referenced by getClassNameArray(), and setParameter().
|
private |
Definition at line 306 of file class.ilTestInfoScreenToolbarGUI.php.
References $target, array, and getClassName().
Referenced by getClassPath().
|
private |
Definition at line 315 of file class.ilTestInfoScreenToolbarGUI.php.
References $target, and getClassNameArray().
Referenced by buildFormAction(), and buildLinkTarget().
ilTestInfoScreenToolbarGUI::getFailureMessages | ( | ) |
Definition at line 230 of file class.ilTestInfoScreenToolbarGUI.php.
References $failureMessages.
Referenced by sendMessages().
ilTestInfoScreenToolbarGUI::getGlobalToolbar | ( | ) |
Definition at line 102 of file class.ilTestInfoScreenToolbarGUI.php.
References $globalToolbar.
ilTestInfoScreenToolbarGUI::getInfoMessages | ( | ) |
Definition at line 214 of file class.ilTestInfoScreenToolbarGUI.php.
References $infoMessages.
Referenced by sendMessages().
ilTestInfoScreenToolbarGUI::getSessionLockString | ( | ) |
Definition at line 198 of file class.ilTestInfoScreenToolbarGUI.php.
References $sessionLockString.
Referenced by build(), and ensureInitialisedSessionLockString().
|
private |
Definition at line 464 of file class.ilTestInfoScreenToolbarGUI.php.
References ilObjAssessmentFolder\getSkillTriggerAnswerNumberBarrier().
Referenced by build().
|
private |
Definition at line 435 of file class.ilTestInfoScreenToolbarGUI.php.
References array, buildLinkTarget(), and ilTestSkillLevelThresholdsGUI\CMD_SHOW_SKILL_THRESHOLDS.
Referenced by build().
ilTestInfoScreenToolbarGUI::getTestOBJ | ( | ) |
Definition at line 118 of file class.ilTestInfoScreenToolbarGUI.php.
References $testOBJ.
Referenced by areSkillLevelThresholdsMissing(), build(), and isDeleteDynamicTestResultsButtonRequired().
ilTestInfoScreenToolbarGUI::getTestPlayerGUI | ( | ) |
Definition at line 150 of file class.ilTestInfoScreenToolbarGUI.php.
References $testPlayerGUI.
Referenced by build().
ilTestInfoScreenToolbarGUI::getTestQuestionSetConfig | ( | ) |
Definition at line 134 of file class.ilTestInfoScreenToolbarGUI.php.
References $testQuestionSetConfig.
Referenced by areSkillLevelThresholdsMissing(), and build().
ilTestInfoScreenToolbarGUI::getTestSequence | ( | ) |
Definition at line 182 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSequence.
Referenced by isDeleteDynamicTestResultsButtonRequired().
ilTestInfoScreenToolbarGUI::getTestSession | ( | ) |
Definition at line 166 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSession.
Referenced by build(), isDeleteDynamicTestResultsButtonRequired(), and populateDeleteDynamicTestResultsButton().
|
private |
Definition at line 450 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by build().
|
private |
$testSession | |
$testSequence |
Definition at line 352 of file class.ilTestInfoScreenToolbarGUI.php.
References getTestOBJ(), getTestSequence(), and getTestSession().
Referenced by build().
|
private |
$testSession | |
$big_button |
Definition at line 377 of file class.ilTestInfoScreenToolbarGUI.php.
References addButtonInstance(), buildLinkTarget(), ilTestPassDeletionConfirmationGUI\CONTEXT_INFO_SCREEN, ilLinkButton\getInstance(), getTestSession(), and setParameter().
Referenced by build().
ilTestInfoScreenToolbarGUI::sendMessages | ( | ) |
Definition at line 658 of file class.ilTestInfoScreenToolbarGUI.php.
References getFailureMessages(), getInfoMessages(), ilUtil\sendFailure(), and ilUtil\sendInfo().
ilTestInfoScreenToolbarGUI::setCloseFormTag | ( | $enabled | ) |
Definition at line 261 of file class.ilTestInfoScreenToolbarGUI.php.
ilTestInfoScreenToolbarGUI::setFormAction | ( | $formAction, | |
$isMultipart = false , |
|||
$target = '' |
|||
) |
Definition at line 243 of file class.ilTestInfoScreenToolbarGUI.php.
References $target.
Referenced by build().
ilTestInfoScreenToolbarGUI::setGlobalToolbar | ( | $globalToolbar | ) |
parent | $globalToolbar |
Definition at line 110 of file class.ilTestInfoScreenToolbarGUI.php.
References $globalToolbar.
|
private |
Definition at line 320 of file class.ilTestInfoScreenToolbarGUI.php.
References $target, and getClassName().
Referenced by build(), and populateDeleteDynamicTestResultsButton().
ilTestInfoScreenToolbarGUI::setSessionLockString | ( | $sessionLockString | ) |
string | $sessionLockString |
Definition at line 206 of file class.ilTestInfoScreenToolbarGUI.php.
References $sessionLockString.
Referenced by ensureInitialisedSessionLockString().
ilTestInfoScreenToolbarGUI::setTestOBJ | ( | $testOBJ | ) |
ilObjTest | $testOBJ |
Definition at line 126 of file class.ilTestInfoScreenToolbarGUI.php.
References $testOBJ.
ilTestInfoScreenToolbarGUI::setTestPlayerGUI | ( | $testPlayerGUI | ) |
ilTestPlayerAbstractGUI | $testPlayerGUI |
Definition at line 158 of file class.ilTestInfoScreenToolbarGUI.php.
References $testPlayerGUI.
ilTestInfoScreenToolbarGUI::setTestQuestionSetConfig | ( | $testQuestionSetConfig | ) |
ilTestQuestionSetConfig | $testQuestionSetConfig |
Definition at line 142 of file class.ilTestInfoScreenToolbarGUI.php.
References $testQuestionSetConfig.
ilTestInfoScreenToolbarGUI::setTestSequence | ( | $testSequence | ) |
ilTestSequence | ilTestSequenceDynamicQuestionSet | $testSequence |
Definition at line 190 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSequence.
ilTestInfoScreenToolbarGUI::setTestSession | ( | $testSession | ) |
ilTestSession | $testSession |
Definition at line 174 of file class.ilTestInfoScreenToolbarGUI.php.
References $testSession.
|
protected |
Definition at line 33 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 88 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getFailureMessages().
|
private |
Definition at line 23 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getGlobalToolbar(), and setGlobalToolbar().
|
private |
Definition at line 83 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getInfoMessages().
|
protected |
Definition at line 43 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 48 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 78 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getSessionLockString(), and setSessionLockString().
|
staticprivate |
Definition at line 18 of file class.ilTestInfoScreenToolbarGUI.php.
|
protected |
Definition at line 53 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestOBJ(), and setTestOBJ().
|
protected |
Definition at line 63 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestPlayerGUI(), and setTestPlayerGUI().
|
protected |
Definition at line 58 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestQuestionSetConfig(), and setTestQuestionSetConfig().
|
protected |
Definition at line 73 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestSequence(), and setTestSequence().
|
protected |
Definition at line 68 of file class.ilTestInfoScreenToolbarGUI.php.
Referenced by getTestSession(), and setTestSession().