ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (assQuestion $questionOBJ, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng) | |
Constructor. | |
forward () | |
forward method | |
ensurePageObjectExists ($pageObjectType, $pageObjectId) | |
ensures an existing page object with giben type/id | |
getPageObjectGUI ($pageObjectType, $pageObjectId) | |
instantiates, initialises and returns a page object gui class |
Additional Inherited Members | |
Protected Attributes inherited from ilAssQuestionAbstractPageObjectCommandForwarder | |
$questionOBJ = null | |
$ctrl = null | |
$tabs = null | |
$lng = null |
Definition at line 14 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
ilAssQuestionFeedbackPageObjectCommandForwarder::__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 25 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References $_GET, ilAssQuestionFeedbackEditingGUI\CMD_SHOW, ilAssQuestionFeedback\isValidFeedbackPageObjectType(), and ilUtil\sendFailure().
ilAssQuestionFeedbackPageObjectCommandForwarder::ensurePageObjectExists | ( | $pageObjectType, | |
$pageObjectId | |||
) |
ensures an existing page object with giben type/id
protected
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 68 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References ilPageObject\_exists(), ilAssQuestionFeedback\PAGE_OBJECT_TYPE_GENERIC_FEEDBACK, and ilAssQuestionFeedback\PAGE_OBJECT_TYPE_SPECIFIC_FEEDBACK.
ilAssQuestionFeedbackPageObjectCommandForwarder::forward | ( | ) |
forward method
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 45 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References $_GET, ilAssQuestionFeedbackEditingGUI\CMD_SHOW, and getPageObjectGUI().
ilAssQuestionFeedbackPageObjectCommandForwarder::getPageObjectGUI | ( | $pageObjectType, | |
$pageObjectId | |||
) |
instantiates, initialises and returns a page object gui class
protected
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 101 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References ilAssQuestionFeedback\PAGE_OBJECT_TYPE_GENERIC_FEEDBACK, and ilAssQuestionFeedback\PAGE_OBJECT_TYPE_SPECIFIC_FEEDBACK.
Referenced by forward().