| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilTestQuestionHeaderBlockBuilder:
 Collaboration diagram for ilTestQuestionHeaderBlockBuilder:Public Member Functions | |
| __construct (private readonly ilLanguage $lng) | |
| getHeaderMode () | |
| setHeaderMode (int $header_mode) | |
| getQuestionTitle () | |
| setQuestionTitle (string $question_title) | |
| getQuestionPoints () | |
| setQuestionPoints (float $question_points) | |
| setQuestionAnswered (bool $question_answered) | |
| getQuestionPosition () | |
| setQuestionPosition (int $question_position) | |
| getQuestionCount () | |
| setQuestionCount (int $question_count) | |
| isQuestionPostponed () | |
| isQuestionAnswered () | |
| setQuestionPostponed (bool $question_postponed) | |
| getQuestionRelatedObjectives () | |
| setQuestionRelatedObjectives (string $question_related_objectives) | |
| getPresentationTitle () | |
| getQuestionInfoHTML () | |
| getHTML () | |
| Get the HTML representation of the header block.  More... | |
Protected Member Functions | |
| buildQuestionPositionString () | |
| buildQuestionPointsString () | |
| buildQuestionPostponedString () | |
| buildQuestionRelatedObjectivesString () | |
Protected Attributes | |
| int | $header_mode = null | 
| string | $question_title = '' | 
| float | $question_points = 0.0 | 
| int | $question_position = 0 | 
| int | $question_count = 0 | 
| bool | $question_postponed = false | 
| string | $question_related_objectives = '' | 
| bool | $question_answered = null | 
Definition at line 24 of file class.ilTestQuestionHeaderBlockBuilder.php.
| ilTestQuestionHeaderBlockBuilder::__construct | ( | private readonly ilLanguage | $lng | ) | 
Definition at line 35 of file class.ilTestQuestionHeaderBlockBuilder.php.
      
  | 
  protected | 
Definition at line 133 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionPoints().
Referenced by getHTML(), getPresentationTitle(), and getQuestionInfoHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 120 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionCount(), getQuestionPosition(), and ILIAS\Repository\lng().
Referenced by getHTML(), getPresentationTitle(), and getQuestionInfoHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 142 of file class.ilTestQuestionHeaderBlockBuilder.php.
References isQuestionPostponed(), and ILIAS\Repository\lng().
Referenced by getHTML(), and getQuestionInfoHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 151 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionRelatedObjectives(), and ILIAS\Repository\lng().
Referenced by getHTML(), and getQuestionInfoHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getHeaderMode | ( | ) | 
Definition at line 40 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $header_mode.
Referenced by getHTML(), getPresentationTitle(), and getQuestionInfoHTML().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getHTML | ( | ) | 
Get the HTML representation of the header block.
Implements ilQuestionHeaderBlockBuilder.
Definition at line 224 of file class.ilTestQuestionHeaderBlockBuilder.php.
References buildQuestionPointsString(), buildQuestionPositionString(), buildQuestionPostponedString(), buildQuestionRelatedObjectivesString(), getHeaderMode(), and getQuestionTitle().
 Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getPresentationTitle | ( | ) | 
Definition at line 161 of file class.ilTestQuestionHeaderBlockBuilder.php.
References buildQuestionPointsString(), buildQuestionPositionString(), getHeaderMode(), and getQuestionTitle().
 Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionCount | ( | ) | 
Definition at line 85 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_count.
Referenced by buildQuestionPositionString().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionInfoHTML | ( | ) | 
Definition at line 178 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $text, buildQuestionPointsString(), buildQuestionPositionString(), buildQuestionPostponedString(), buildQuestionRelatedObjectivesString(), getHeaderMode(), ilUtil\getImagePath(), getQuestionRelatedObjectives(), isQuestionAnswered(), isQuestionPostponed(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionPoints | ( | ) | 
Definition at line 60 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_points.
Referenced by buildQuestionPointsString().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionPosition | ( | ) | 
Definition at line 75 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_position.
Referenced by buildQuestionPositionString().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionRelatedObjectives | ( | ) | 
Definition at line 110 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_related_objectives.
Referenced by buildQuestionRelatedObjectivesString(), and getQuestionInfoHTML().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionTitle | ( | ) | 
Definition at line 50 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_title.
Referenced by getHTML(), and getPresentationTitle().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::isQuestionAnswered | ( | ) | 
Definition at line 100 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_answered.
Referenced by getQuestionInfoHTML().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::isQuestionPostponed | ( | ) | 
Definition at line 95 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_postponed.
Referenced by buildQuestionPostponedString(), and getQuestionInfoHTML().
 Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::setHeaderMode | ( | int | $header_mode | ) | 
Definition at line 45 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $header_mode.
| ilTestQuestionHeaderBlockBuilder::setQuestionAnswered | ( | bool | $question_answered | ) | 
Definition at line 70 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_answered.
| ilTestQuestionHeaderBlockBuilder::setQuestionCount | ( | int | $question_count | ) | 
Definition at line 90 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_count.
| ilTestQuestionHeaderBlockBuilder::setQuestionPoints | ( | float | $question_points | ) | 
Definition at line 65 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_points.
| ilTestQuestionHeaderBlockBuilder::setQuestionPosition | ( | int | $question_position | ) | 
Definition at line 80 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_position.
| ilTestQuestionHeaderBlockBuilder::setQuestionPostponed | ( | bool | $question_postponed | ) | 
Definition at line 105 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_postponed.
| ilTestQuestionHeaderBlockBuilder::setQuestionRelatedObjectives | ( | string | $question_related_objectives | ) | 
Definition at line 115 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_related_objectives.
| ilTestQuestionHeaderBlockBuilder::setQuestionTitle | ( | string | $question_title | ) | 
Definition at line 55 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $question_title.
      
  | 
  protected | 
Definition at line 26 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getHeaderMode(), and setHeaderMode().
      
  | 
  protected | 
Definition at line 33 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionAnswered(), and setQuestionAnswered().
      
  | 
  protected | 
Definition at line 30 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionCount(), and setQuestionCount().
      
  | 
  protected | 
Definition at line 28 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPoints(), and setQuestionPoints().
      
  | 
  protected | 
Definition at line 29 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPosition(), and setQuestionPosition().
      
  | 
  protected | 
Definition at line 31 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionPostponed(), and setQuestionPostponed().
      
  | 
  protected | 
Definition at line 32 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().