|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilTestQuestionHeaderBlockBuilder:
Collaboration diagram for ilTestQuestionHeaderBlockBuilder:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| getHeaderMode () | |
| setHeaderMode ($headerMode) | |
| getQuestionTitle () | |
| setQuestionTitle ($questionTitle) | |
| getQuestionPoints () | |
| setQuestionPoints ($questionPoints) | |
| getQuestionPosition () | |
| setQuestionPosition ($questionPosition) | |
| getQuestionCount () | |
| setQuestionCount ($questionCount) | |
| isQuestionPostponed () | |
| setQuestionPostponed ($questionPostponed) | |
| isQuestionObligatory () | |
| setQuestionObligatory ($questionObligatory) | |
| getQuestionRelatedObjectives () | |
| setQuestionRelatedObjectives ($questionRelatedObjectives) | |
| getHTML () | |
| Get the HTML representation of the header block. More... | |
| getHTML () | |
| Get the HTML representation of the header block. More... | |
Protected Member Functions | |
| buildQuestionPositionString () | |
| buildQuestionPointsString () | |
| buildQuestionPostponedString () | |
| buildQuestionObligatoryString () | |
| buildQuestionRelatedObjectivesString () | |
Protected Attributes | |
| $lng | |
| $headerMode | |
| $questionTitle | |
| $questionPoints | |
| $questionPosition | |
| $questionCount | |
| $questionPostponed | |
| $questionObligatory | |
| $questionRelatedObjectives | |
Definition at line 12 of file class.ilTestQuestionHeaderBlockBuilder.php.
| ilTestQuestionHeaderBlockBuilder::__construct | ( | ilLanguage | $lng | ) |
Definition at line 59 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $lng.
|
protected |
Definition at line 231 of file class.ilTestQuestionHeaderBlockBuilder.php.
References isQuestionObligatory().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 211 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionPoints().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 201 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionCount().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 221 of file class.ilTestQuestionHeaderBlockBuilder.php.
References isQuestionPostponed().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 242 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionRelatedObjectives().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getHeaderMode | ( | ) |
Definition at line 76 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $headerMode.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getHTML | ( | ) |
Get the HTML representation of the header block.
Implements ilQuestionHeaderBlockBuilder.
Definition at line 253 of file class.ilTestQuestionHeaderBlockBuilder.php.
References buildQuestionObligatoryString(), buildQuestionPointsString(), buildQuestionPositionString(), buildQuestionPostponedString(), buildQuestionRelatedObjectivesString(), and getHeaderMode().
Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionCount | ( | ) |
Definition at line 140 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionCount.
Referenced by buildQuestionPositionString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionPoints | ( | ) |
Definition at line 108 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPoints.
Referenced by buildQuestionPointsString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionPosition | ( | ) |
Definition at line 124 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPosition.
| ilTestQuestionHeaderBlockBuilder::getQuestionRelatedObjectives | ( | ) |
Definition at line 188 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionRelatedObjectives.
Referenced by buildQuestionRelatedObjectivesString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionTitle | ( | ) |
Definition at line 92 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionTitle.
| ilTestQuestionHeaderBlockBuilder::isQuestionObligatory | ( | ) |
Definition at line 172 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionObligatory.
Referenced by buildQuestionObligatoryString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::isQuestionPostponed | ( | ) |
Definition at line 156 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPostponed.
Referenced by buildQuestionPostponedString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::setHeaderMode | ( | $headerMode | ) |
| int | $headerMode |
Definition at line 84 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $headerMode.
| ilTestQuestionHeaderBlockBuilder::setQuestionCount | ( | $questionCount | ) |
| int | $questionCount |
Definition at line 148 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionCount.
| ilTestQuestionHeaderBlockBuilder::setQuestionObligatory | ( | $questionObligatory | ) |
| boolean | $questionObligatory |
Definition at line 180 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionObligatory.
| ilTestQuestionHeaderBlockBuilder::setQuestionPoints | ( | $questionPoints | ) |
| float | $questionPoints |
Definition at line 116 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPoints.
| ilTestQuestionHeaderBlockBuilder::setQuestionPosition | ( | $questionPosition | ) |
| int | $questionPosition |
Definition at line 132 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPosition.
| ilTestQuestionHeaderBlockBuilder::setQuestionPostponed | ( | $questionPostponed | ) |
| boolean | $questionPostponed |
Definition at line 164 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPostponed.
| ilTestQuestionHeaderBlockBuilder::setQuestionRelatedObjectives | ( | $questionRelatedObjectives | ) |
| string | $questionRelatedObjectives |
Definition at line 196 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionRelatedObjectives.
| ilTestQuestionHeaderBlockBuilder::setQuestionTitle | ( | $questionTitle | ) |
| string | $questionTitle |
Definition at line 100 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionTitle.
|
protected |
Definition at line 22 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getHeaderMode(), and setHeaderMode().
|
protected |
Definition at line 17 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionCount(), and setQuestionCount().
|
protected |
Definition at line 52 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionObligatory(), and setQuestionObligatory().
|
protected |
Definition at line 32 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPoints(), and setQuestionPoints().
|
protected |
Definition at line 37 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPosition(), and setQuestionPosition().
|
protected |
Definition at line 47 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionPostponed(), and setQuestionPostponed().
|
protected |
Definition at line 57 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionRelatedObjectives(), and setQuestionRelatedObjectives().
|
protected |
Definition at line 27 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionTitle(), and setQuestionTitle().