| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilAssQuestionHintPageObjectCommandForwarder:
 Inheritance diagram for ilAssQuestionHintPageObjectCommandForwarder: Collaboration diagram for ilAssQuestionHintPageObjectCommandForwarder:
 Collaboration diagram for ilAssQuestionHintPageObjectCommandForwarder:| Public Member Functions | |
| __construct (assQuestion $questionOBJ, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng) | |
| Constructor. | |
| forward () | |
| forward method | |
| getPresentationMode () | |
| getter for presentation mode | |
| setPresentationMode ($presentationMode) | |
| setter for presentation mode | |
| Data Fields | |
| const | PRESENTATION_MODE_AUTHOR = 'PRESENTATION_MODE_AUTHOR' | 
| presentation mode for authoring | |
| const | PRESENTATION_MODE_REQUEST = 'PRESENTATION_MODE_REQUEST' | 
| presentation mode for requesting | |
| Protected Member Functions | |
| getPageObjectGUI ($pageObjectType, $pageObjectId) | |
| instantiates, initialises and returns a page object gui object | |
| ensurePageObjectExists ($pageObjectType, $pageObjectId) | |
| ensures an existing page object with giben type/id | |
| Protected Attributes | |
| $presentationMode = null | |
| $questionHint = null | |
|  Protected Attributes inherited from ilAssQuestionAbstractPageObjectCommandForwarder | |
| $questionOBJ = null | |
| $ctrl = null | |
| $tabs = null | |
| $lng = null | |
| Private Member Functions | |
| buildRequestPresentationPageObjectGUI () | |
| forwards the command to page object gui for author presentation | |
| buildAuthorPresentationPageObjectGUI () | |
| forwards the command to page object gui for author presentation | |
Definition at line 15 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
| ilAssQuestionHintPageObjectCommandForwarder::__construct | ( | assQuestion | $questionOBJ, | 
| ilCtrl | $ctrl, | ||
| ilTabsGUI | $tabs, | ||
| ilLanguage | $lng | ||
| ) | 
Constructor.
public
| assQuestion | $questionOBJ | |
| ilCtrl | $ctrl | |
| ilTabsGUI | $tabs | |
| ilLanguage | $lng | 
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 51 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References $_GET, ilAssQuestionHintsGUI\CMD_SHOW_LIST, and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
forwards the command to page object gui for author presentation
private
Definition at line 121 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References ilAssQuestionHintsGUI\CMD_SHOW_LIST, ensurePageObjectExists(), and getPageObjectGUI().
Referenced by forward().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
forwards the command to page object gui for author presentation
private
Definition at line 95 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References ilAssQuestionHintRequestGUI\CMD_SHOW_LIST, ilAssQuestionHint\getHintIndexLabel(), and getPageObjectGUI().
Referenced by forward().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
ensures an existing page object with giben type/id
protected
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 190 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References ilPageObject\_exists().
Referenced by buildAuthorPresentationPageObjectGUI().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAssQuestionHintPageObjectCommandForwarder::forward | ( | ) | 
forward method
| ilTestQuestionPoolException | 
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 69 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References buildAuthorPresentationPageObjectGUI(), buildRequestPresentationPageObjectGUI(), and getPresentationMode().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
instantiates, initialises and returns a page object gui object
protected
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 177 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by buildAuthorPresentationPageObjectGUI(), and buildRequestPresentationPageObjectGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAssQuestionHintPageObjectCommandForwarder::getPresentationMode | ( | ) | 
getter for presentation mode
Definition at line 146 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References $presentationMode.
Referenced by forward().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAssQuestionHintPageObjectCommandForwarder::setPresentationMode | ( | $presentationMode | ) | 
setter for presentation mode
| string | $presentationMode | 
| ilTestQuestionPoolException | 
Definition at line 157 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References $presentationMode.
| 
 | protected | 
Definition at line 32 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by getPresentationMode(), and setPresentationMode().
| 
 | protected | 
Definition at line 40 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
| const ilAssQuestionHintPageObjectCommandForwarder::PRESENTATION_MODE_AUTHOR = 'PRESENTATION_MODE_AUTHOR' | 
presentation mode for authoring
Definition at line 20 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by ilAssQuestionHintGUI\executeCommand(), and ilAssQuestionHintsGUI\executeCommand().
| const ilAssQuestionHintPageObjectCommandForwarder::PRESENTATION_MODE_REQUEST = 'PRESENTATION_MODE_REQUEST' | 
presentation mode for requesting
Definition at line 25 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by ilAssQuestionHintRequestGUI\executeCommand().