|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilAssQuestionRelatedNavigationBarGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $lng) | |
| getHintListCmd () | |
| setHintListCmd ($hintListCmd) | |
| getHintRequestCmd () | |
| setHintRequestCmd ($hintRequestCmd) | |
| setHintRequestsExist ($hintRequestsExist) | |
| doesHintRequestsExist () | |
| setHintRequestsPossible ($hintRequestsPossible) | |
| areHintRequestsPossible () | |
| setHintProvidingEnabled ($hintProvidingEnabled) | |
| isHintProvidingEnabled () | |
| setInstantResponseEnabled ($instantFeedbackEnabled) | |
| isInstantResponseEnabled () | |
| setInstantResponseCmd ($instantResponseCmd) | |
| getInstantResponseCmd () | |
| getHTML () | |
Protected Attributes | |
| $ctrl | |
| $lng | |
| $instantResponseCmd | |
| $instantResponseEnabled | |
| $hintProvidingEnabled | |
| $hintRequestsPossible | |
| $hintRequestsExist | |
| $hintRequestCmd | |
| $hintListCmd | |
Definition at line 25 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
| ilAssQuestionRelatedNavigationBarGUI::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $lng | ||
| ) |
Definition at line 51 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $ctrl, $lng, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAssQuestionRelatedNavigationBarGUI::areHintRequestsPossible | ( | ) |
Definition at line 92 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsPossible.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::doesHintRequestsExist | ( | ) |
Definition at line 82 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsExist.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getHintListCmd | ( | ) |
Definition at line 57 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintListCmd.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getHintRequestCmd | ( | ) |
Definition at line 67 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestCmd.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getHTML | ( | ) |
Definition at line 127 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References areHintRequestsPossible(), doesHintRequestsExist(), getHintListCmd(), getHintRequestCmd(), getInstantResponseCmd(), isHintProvidingEnabled(), isInstantResponseEnabled(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getInstantResponseCmd | ( | ) |
Definition at line 122 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $instantResponseCmd.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::isHintProvidingEnabled | ( | ) |
Definition at line 102 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintProvidingEnabled.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::isInstantResponseEnabled | ( | ) |
Definition at line 112 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $instantResponseEnabled.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::setHintListCmd | ( | $hintListCmd | ) |
Definition at line 62 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintListCmd.
| ilAssQuestionRelatedNavigationBarGUI::setHintProvidingEnabled | ( | $hintProvidingEnabled | ) |
Definition at line 97 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintProvidingEnabled.
| ilAssQuestionRelatedNavigationBarGUI::setHintRequestCmd | ( | $hintRequestCmd | ) |
Definition at line 72 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestCmd.
| ilAssQuestionRelatedNavigationBarGUI::setHintRequestsExist | ( | $hintRequestsExist | ) |
Definition at line 77 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsExist.
| ilAssQuestionRelatedNavigationBarGUI::setHintRequestsPossible | ( | $hintRequestsPossible | ) |
Definition at line 87 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsPossible.
| ilAssQuestionRelatedNavigationBarGUI::setInstantResponseCmd | ( | $instantResponseCmd | ) |
Definition at line 117 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $instantResponseCmd.
| ilAssQuestionRelatedNavigationBarGUI::setInstantResponseEnabled | ( | $instantFeedbackEnabled | ) |
Definition at line 107 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
|
protected |
Definition at line 30 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 49 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by getHintListCmd(), and setHintListCmd().
|
protected |
Definition at line 41 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by isHintProvidingEnabled(), and setHintProvidingEnabled().
|
protected |
Definition at line 47 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by getHintRequestCmd(), and setHintRequestCmd().
|
protected |
Definition at line 45 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by doesHintRequestsExist(), and setHintRequestsExist().
|
protected |
Definition at line 43 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by areHintRequestsPossible(), and setHintRequestsPossible().
|
protected |
Definition at line 37 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by getInstantResponseCmd(), and setInstantResponseCmd().
|
protected |
Definition at line 39 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by isInstantResponseEnabled().
|
protected |
Definition at line 35 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by __construct().