ILIAS
Release_4_4_x_branch Revision 61816
|
builds the language variable identifier corresponding to the given passed status considering the given obligations answered status and the fact wether obligations are enabled or not in general More...
Public Member Functions | |
__construct ($passedStatus, $obligationsAnsweredStatus, $obligationsEnabled) | |
constructer | |
build () | |
builds the final statement language variable identifier based on "Passed-LangVar-Basename" and "Obligations-LangVar-Extension" |
Private Member Functions | |
getPassedStatus () | |
getter for passedStatus | |
setPassedStatus ($passedStatus) | |
setter for passedStatus | |
getObligationsAnsweredStatus () | |
getter for obligationsAnsweredStatus | |
setObligationsAnsweredStatus ($obligationsAnsweredStatus) | |
setter for obligationsAnsweredStatus | |
areObligationsEnabled () | |
getter for obligationsEnabled | |
setObligationsEnabled ($obligationsEnabled) | |
setter for obligationsEnabled | |
getPassedLangVarBasename () | |
returns the final statement language variable identifier basename that regards to given passed status as well as to the fact wether obligations are answered or not if obligations are enabled in general | |
getObligationsLangVarExtension () | |
returns the final statement language variable identifier extension that regards to the given obligations status if |
Private Attributes | |
$passedStatus = null | |
$obligationsAnsweredStatus = null | |
$obligationsEnabled = null |
builds the language variable identifier corresponding to the given passed status considering the given obligations answered status and the fact wether obligations are enabled or not in general
Definition at line 15 of file class.ilTestFinalMarkLangVarBuilder.php.
ilTestFinalMarkLangVarBuilder::__construct | ( | $passedStatus, | |
$obligationsAnsweredStatus, | |||
$obligationsEnabled | |||
) |
constructer
boolean | $passedStatus | |
boolean | $obligationsAnsweredStatus | |
boolean | $obligationsEnabled |
Definition at line 46 of file class.ilTestFinalMarkLangVarBuilder.php.
References $obligationsAnsweredStatus, $obligationsEnabled, $passedStatus, setObligationsAnsweredStatus(), setObligationsEnabled(), and setPassedStatus().
|
private |
getter for obligationsEnabled
Definition at line 98 of file class.ilTestFinalMarkLangVarBuilder.php.
References $obligationsEnabled.
Referenced by getObligationsLangVarExtension(), and getPassedLangVarBasename().
ilTestFinalMarkLangVarBuilder::build | ( | ) |
builds the final statement language variable identifier based on "Passed-LangVar-Basename" and "Obligations-LangVar-Extension"
Definition at line 158 of file class.ilTestFinalMarkLangVarBuilder.php.
References getObligationsLangVarExtension(), and getPassedLangVarBasename().
|
private |
getter for obligationsAnsweredStatus
Definition at line 78 of file class.ilTestFinalMarkLangVarBuilder.php.
References $obligationsAnsweredStatus.
Referenced by getObligationsLangVarExtension(), and getPassedLangVarBasename().
|
private |
returns the final statement language variable identifier extension that regards to the given obligations status if
Definition at line 137 of file class.ilTestFinalMarkLangVarBuilder.php.
References areObligationsEnabled(), and getObligationsAnsweredStatus().
Referenced by build().
|
private |
returns the final statement language variable identifier basename that regards to given passed status as well as to the fact wether obligations are answered or not if obligations are enabled in general
Definition at line 121 of file class.ilTestFinalMarkLangVarBuilder.php.
References areObligationsEnabled(), getObligationsAnsweredStatus(), and getPassedStatus().
Referenced by build().
|
private |
getter for passedStatus
Definition at line 58 of file class.ilTestFinalMarkLangVarBuilder.php.
References $passedStatus.
Referenced by getPassedLangVarBasename().
|
private |
setter for obligationsAnsweredStatus
boolean | $obligationsAnsweredStatus |
Definition at line 88 of file class.ilTestFinalMarkLangVarBuilder.php.
References $obligationsAnsweredStatus.
Referenced by __construct().
|
private |
setter for obligationsEnabled
boolean | $obligationsEnabled |
Definition at line 108 of file class.ilTestFinalMarkLangVarBuilder.php.
References $obligationsEnabled.
Referenced by __construct().
|
private |
setter for passedStatus
boolean | $passedStatus |
Definition at line 68 of file class.ilTestFinalMarkLangVarBuilder.php.
References $passedStatus.
Referenced by __construct().
|
private |
Definition at line 29 of file class.ilTestFinalMarkLangVarBuilder.php.
Referenced by __construct(), getObligationsAnsweredStatus(), and setObligationsAnsweredStatus().
|
private |
Definition at line 36 of file class.ilTestFinalMarkLangVarBuilder.php.
Referenced by __construct(), areObligationsEnabled(), and setObligationsEnabled().
|
private |
Definition at line 22 of file class.ilTestFinalMarkLangVarBuilder.php.
Referenced by __construct(), getPassedStatus(), and setPassedStatus().