|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 11 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
| ilAssQuestionRelatedNavigationBarGUI::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $lng | ||
| ) |
| ilAssQuestionRelatedNavigationBarGUI::areHintRequestsPossible | ( | ) |
Definition at line 78 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsPossible.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::doesHintRequestsExist | ( | ) |
Definition at line 68 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsExist.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getHintListCmd | ( | ) |
Definition at line 43 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintListCmd.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getHintRequestCmd | ( | ) |
Definition at line 53 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestCmd.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getHTML | ( | ) |
Definition at line 113 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References areHintRequestsPossible(), doesHintRequestsExist(), getHintListCmd(), getHintRequestCmd(), getInstantResponseCmd(), isHintProvidingEnabled(), and isInstantResponseEnabled().
Here is the call graph for this function:| ilAssQuestionRelatedNavigationBarGUI::getInstantResponseCmd | ( | ) |
Definition at line 108 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $instantResponseCmd.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::isHintProvidingEnabled | ( | ) |
Definition at line 88 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintProvidingEnabled.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::isInstantResponseEnabled | ( | ) |
Definition at line 98 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $instantResponseEnabled.
Referenced by getHTML().
Here is the caller graph for this function:| ilAssQuestionRelatedNavigationBarGUI::setHintListCmd | ( | $hintListCmd | ) |
Definition at line 48 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintListCmd.
| ilAssQuestionRelatedNavigationBarGUI::setHintProvidingEnabled | ( | $hintProvidingEnabled | ) |
Definition at line 83 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintProvidingEnabled.
| ilAssQuestionRelatedNavigationBarGUI::setHintRequestCmd | ( | $hintRequestCmd | ) |
Definition at line 58 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestCmd.
| ilAssQuestionRelatedNavigationBarGUI::setHintRequestsExist | ( | $hintRequestsExist | ) |
Definition at line 63 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsExist.
| ilAssQuestionRelatedNavigationBarGUI::setHintRequestsPossible | ( | $hintRequestsPossible | ) |
Definition at line 73 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $hintRequestsPossible.
| ilAssQuestionRelatedNavigationBarGUI::setInstantResponseCmd | ( | $instantResponseCmd | ) |
Definition at line 103 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
References $instantResponseCmd.
| ilAssQuestionRelatedNavigationBarGUI::setInstantResponseEnabled | ( | $instantFeedbackEnabled | ) |
Definition at line 93 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
|
protected |
Definition at line 16 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by getHintListCmd(), and setHintListCmd().
|
protected |
Definition at line 27 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by isHintProvidingEnabled(), and setHintProvidingEnabled().
|
protected |
Definition at line 33 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by getHintRequestCmd(), and setHintRequestCmd().
|
protected |
Definition at line 31 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by doesHintRequestsExist(), and setHintRequestsExist().
|
protected |
Definition at line 29 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by areHintRequestsPossible(), and setHintRequestsPossible().
|
protected |
Definition at line 23 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by getInstantResponseCmd(), and setInstantResponseCmd().
|
protected |
Definition at line 25 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by isInstantResponseEnabled().
|
protected |
Definition at line 21 of file class.ilAssQuestionRelatedNavigationBarGUI.php.
Referenced by __construct().