ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (ilLanguage $lng, ilCtrl $ctrl) | |
getLostPools () | |
setLostPools ($lostPools) | |
doesParticipantDataExists () | |
setParticipantDataExists ($participantDataExists) | |
getTargetGUI () | |
setTargetGUI ($targetGUI) | |
getContext () | |
setContext ($context) | |
getQuestionSetConfig () | |
setQuestionSetConfig ($questionSetConfig) | |
isValidationFailed () | |
setValidationFailed ($validationFailed) | |
getValidationReportHtml () | |
hasValidationReports () | |
addValidationReport ($validationReport) | |
handle () | |
Data Fields | |
const | CONTEXT_GENERAL_CONFIG = 'generalConfigContext' |
const | CONTEXT_POOL_SELECTION = 'poolSelectionContext' |
Protected Member Functions | |
buildLostPoolsReport () | |
buildQuestionPoolsTabLink () | |
Protected Attributes | |
$lng | |
$ctrl | |
$targetGUI | |
$context | |
$participantDataExists | |
$lostPools | |
$questionSetConfig | |
$validationFailed | |
$validationReports | |
Definition at line 11 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
ilTestRandomQuestionSetConfigStateMessageHandler::__construct | ( | ilLanguage | $lng, |
ilCtrl | $ctrl | ||
) |
ilLanguage | $lng |
Definition at line 64 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $ctrl, $lng, and array.
ilTestRandomQuestionSetConfigStateMessageHandler::addValidationReport | ( | $validationReport | ) |
string | $validationReport |
Definition at line 187 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by handle().
|
private |
Definition at line 311 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References ilTestRandomQuestionSetConfigGUI\CMD_SHOW_GENERAL_CONFIG_FORM, and getTargetGUI().
Referenced by handle().
|
protected |
Definition at line 389 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References buildLostQuestionPoolsString(), buildQuestionPoolsTabLink(), and getContext().
Referenced by handle().
|
private |
Definition at line 265 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References array, and getLostPools().
Referenced by buildLostPoolsReport().
|
protected |
Definition at line 409 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References ilTestRandomQuestionSetConfigGUI\CMD_SHOW_SRC_POOL_DEF_LIST, and getTargetGUI().
Referenced by buildLostPoolsReport().
|
private |
Definition at line 323 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References ilTestRandomQuestionSetConfigGUI\CMD_SHOW_SRC_POOL_DEF_LIST, and getTargetGUI().
Referenced by handle().
|
private |
$afterRebuildQuestionStageCmd |
Definition at line 294 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References ilTestRandomQuestionSetConfigGUI\CMD_BUILD_QUESTION_STAGE, getAfterRebuildQuestionStageCommand(), getTargetGUI(), and ilTestRandomQuestionSetConfigGUI\HTTP_PARAM_AFTER_REBUILD_QUESTION_STAGE_CMD.
Referenced by handle().
ilTestRandomQuestionSetConfigStateMessageHandler::doesParticipantDataExists | ( | ) |
Definition at line 91 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $participantDataExists.
Referenced by handle().
|
private |
Definition at line 276 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References ilTestRandomQuestionSetConfigGUI\CMD_SHOW_GENERAL_CONFIG_FORM, ilTestRandomQuestionSetConfigGUI\CMD_SHOW_SRC_POOL_DEF_LIST, and getContext().
Referenced by buildQuestionStageRebuildLink().
ilTestRandomQuestionSetConfigStateMessageHandler::getContext | ( | ) |
Definition at line 123 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $context.
Referenced by buildLostPoolsReport(), getAfterRebuildQuestionStageCommand(), isNoAvailableQuestionPoolsHintRequired(), isQuestionAmountConfigPerPoolHintRequired(), and isQuestionAmountConfigPerTestHintRequired().
ilTestRandomQuestionSetConfigStateMessageHandler::getLostPools | ( | ) |
Definition at line 75 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $lostPools.
Referenced by buildLostQuestionPoolsString(), and handle().
ilTestRandomQuestionSetConfigStateMessageHandler::getQuestionSetConfig | ( | ) |
Definition at line 139 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $questionSetConfig.
ilTestRandomQuestionSetConfigStateMessageHandler::getTargetGUI | ( | ) |
Definition at line 107 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $targetGUI.
Referenced by buildGeneralConfigSubTabLink(), buildQuestionPoolsTabLink(), buildQuestionSelectionSubTabLink(), and buildQuestionStageRebuildLink().
ilTestRandomQuestionSetConfigStateMessageHandler::getValidationReportHtml | ( | ) |
Definition at line 171 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
ilTestRandomQuestionSetConfigStateMessageHandler::handle | ( | ) |
Definition at line 192 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References addValidationReport(), buildGeneralConfigSubTabLink(), buildLostPoolsReport(), buildQuestionSelectionSubTabLink(), buildQuestionStageRebuildLink(), doesParticipantDataExists(), ilDatePresentation\formatDate(), getLostPools(), IL_CAL_UNIX, isNoAvailableQuestionPoolsHintRequired(), isQuestionAmountConfigPerPoolHintRequired(), isQuestionAmountConfigPerTestHintRequired(), and setValidationFailed().
ilTestRandomQuestionSetConfigStateMessageHandler::hasValidationReports | ( | ) |
Definition at line 179 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
|
private |
$currentRequestCmd |
Definition at line 339 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References getContext().
Referenced by handle().
|
private |
$currentRequestCmd |
Definition at line 356 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References getContext().
Referenced by handle().
|
private |
$currentRequestCmd |
Definition at line 373 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References getContext().
Referenced by handle().
ilTestRandomQuestionSetConfigStateMessageHandler::isValidationFailed | ( | ) |
Definition at line 155 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $validationFailed.
ilTestRandomQuestionSetConfigStateMessageHandler::setContext | ( | $context | ) |
string | $context |
Definition at line 131 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $context.
ilTestRandomQuestionSetConfigStateMessageHandler::setLostPools | ( | $lostPools | ) |
ilTestRandomQuestionSetNonAvailablePool[] | $lostPools |
Definition at line 83 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $lostPools.
ilTestRandomQuestionSetConfigStateMessageHandler::setParticipantDataExists | ( | $participantDataExists | ) |
boolean | $participantDataExists |
Definition at line 99 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $participantDataExists.
ilTestRandomQuestionSetConfigStateMessageHandler::setQuestionSetConfig | ( | $questionSetConfig | ) |
ilTestRandomQuestionSetConfig | $questionSetConfig |
Definition at line 147 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $questionSetConfig.
ilTestRandomQuestionSetConfigStateMessageHandler::setTargetGUI | ( | $targetGUI | ) |
ilTestRandomQuestionSetConfigGUI | $targetGUI |
Definition at line 115 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $targetGUI.
ilTestRandomQuestionSetConfigStateMessageHandler::setValidationFailed | ( | $validationFailed | ) |
bool | $validationFailed |
Definition at line 163 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
References $validationFailed.
Referenced by handle().
|
protected |
Definition at line 34 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by getContext(), and setContext().
|
protected |
Definition at line 21 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by __construct().
|
protected |
Definition at line 16 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by getLostPools(), and setLostPools().
|
protected |
Definition at line 39 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by doesParticipantDataExists(), and setParticipantDataExists().
|
protected |
Definition at line 49 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by getQuestionSetConfig(), and setQuestionSetConfig().
|
protected |
Definition at line 26 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by getTargetGUI(), and setTargetGUI().
|
protected |
Definition at line 54 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by isValidationFailed(), and setValidationFailed().
|
protected |
Definition at line 59 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
const ilTestRandomQuestionSetConfigStateMessageHandler::CONTEXT_GENERAL_CONFIG = 'generalConfigContext' |
Definition at line 28 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by ilTestRandomQuestionSetConfigGUI\showGeneralConfigFormCmd().
const ilTestRandomQuestionSetConfigStateMessageHandler::CONTEXT_POOL_SELECTION = 'poolSelectionContext' |
Definition at line 29 of file class.ilTestRandomQuestionSetConfigStateMessageHandler.php.
Referenced by ilTestRandomQuestionSetConfigGUI\showSourcePoolDefinitionListCmd().