ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (assQuestion $questionOBJ, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng) | |
Constructor. More... | |
forward () | |
forward method More... | |
getPresentationMode () | |
getter for presentation mode More... | |
setPresentationMode ($presentationMode) | |
setter for presentation mode More... | |
Public Member Functions inherited from ilAssQuestionAbstractPageObjectCommandForwarder | |
__construct (assQuestion $questionOBJ, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng) | |
Constructor. More... | |
forward () | |
this is the actual forward method that is to be implemented by derived forwarder classes More... | |
Data Fields | |
const | PRESENTATION_MODE_AUTHOR = 'PRESENTATION_MODE_AUTHOR' |
presentation mode for authoring More... | |
const | PRESENTATION_MODE_PREVIEW = 'PRESENTATION_MODE_PREVIEW' |
presentation mode for authoring More... | |
const | PRESENTATION_MODE_REQUEST = 'PRESENTATION_MODE_REQUEST' |
presentation mode for requesting More... | |
Protected Member Functions | |
getPageObjectGUI ($pageObjectType, $pageObjectId) | |
instantiates, initialises and returns a page object gui object More... | |
ensurePageObjectExists ($pageObjectType, $pageObjectId) | |
ensures an existing page object with giben type/id More... | |
Protected Member Functions inherited from ilAssQuestionAbstractPageObjectCommandForwarder | |
ensurePageObjectExists ($pageObjectType, $pageObjectId) | |
ensures an existing page object with giben type/id More... | |
getPageObjectGUI ($pageObjectType, $pageObjectId) | |
instantiates, initialises and returns a page object gui object More... | |
Protected Attributes | |
$presentationMode = null | |
$questionHint = null | |
Protected Attributes inherited from ilAssQuestionAbstractPageObjectCommandForwarder | |
$questionOBJ = null | |
$ctrl = null | |
$tabs = null | |
$lng = null | |
Private Member Functions | |
buildPreviewPresentationPageObjectGUI () | |
forwards the command to page object gui for author presentation More... | |
buildRequestPresentationPageObjectGUI () | |
forwards the command to page object gui for author presentation More... | |
buildAuthorPresentationPageObjectGUI () | |
forwards the command to page object gui for author presentation More... | |
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 |
Definition at line 56 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References $_GET, ilAssQuestionHintsGUI\CMD_SHOW_LIST, and ilUtil\sendFailure().
|
private |
forwards the command to page object gui for author presentation
private
Definition at line 157 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References ilAssQuestionHintsGUI\CMD_SHOW_LIST, ensurePageObjectExists(), and getPageObjectGUI().
Referenced by forward().
|
private |
forwards the command to page object gui for author presentation
private
Definition at line 103 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References ilAssQuestionHintsGUI\CMD_SHOW_LIST, ilAssQuestionHint\getHintIndexLabel(), and getPageObjectGUI().
Referenced by forward().
|
private |
forwards the command to page object gui for author presentation
private
Definition at line 130 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References ilAssQuestionHintRequestGUI\CMD_SHOW_LIST, ilAssQuestionHint\getHintIndexLabel(), and getPageObjectGUI().
Referenced by forward().
|
protected |
ensures an existing page object with giben type/id
protected
Definition at line 231 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References ilPageObject\_exists().
Referenced by buildAuthorPresentationPageObjectGUI().
ilAssQuestionHintPageObjectCommandForwarder::forward | ( | ) |
forward method
ilTestQuestionPoolException |
Definition at line 73 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References buildAuthorPresentationPageObjectGUI(), buildPreviewPresentationPageObjectGUI(), buildRequestPresentationPageObjectGUI(), and getPresentationMode().
|
protected |
instantiates, initialises and returns a page object gui object
protected
Definition at line 215 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by buildAuthorPresentationPageObjectGUI(), buildPreviewPresentationPageObjectGUI(), and buildRequestPresentationPageObjectGUI().
ilAssQuestionHintPageObjectCommandForwarder::getPresentationMode | ( | ) |
getter for presentation mode
Definition at line 184 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References $presentationMode.
Referenced by forward().
ilAssQuestionHintPageObjectCommandForwarder::setPresentationMode | ( | $presentationMode | ) |
setter for presentation mode
string | $presentationMode |
ilTestQuestionPoolException |
Definition at line 195 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
References $presentationMode.
|
protected |
Definition at line 37 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by getPresentationMode(), and setPresentationMode().
|
protected |
Definition at line 45 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_PREVIEW = 'PRESENTATION_MODE_PREVIEW' |
presentation mode for authoring
Definition at line 25 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by ilAssQuestionHintsGUI\executeCommand().
const ilAssQuestionHintPageObjectCommandForwarder::PRESENTATION_MODE_REQUEST = 'PRESENTATION_MODE_REQUEST' |
presentation mode for requesting
Definition at line 30 of file class.ilAssQuestionHintPageObjectCommandForwarder.php.
Referenced by ilAssQuestionHintRequestGUI\executeCommand().