|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilAssQuestionFeedbackPageObjectCommandForwarder:
Collaboration diagram for ilAssQuestionFeedbackPageObjectCommandForwarder:Public Member Functions | |
| __construct (assQuestion $questionOBJ, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng) | |
| Constructor. More... | |
| forward () | |
| forward method More... | |
| ensurePageObjectExists ($pageObjectType, $pageObjectId) | |
| ensures an existing page object with giben type/id More... | |
| getPageObjectGUI ($pageObjectType, $pageObjectId) | |
| instantiates, initialises and returns a page object gui class More... | |
| __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... | |
Additional Inherited Members | |
| 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 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.
@access public
| assQuestion | $questionOBJ | |
| ilCtrl | $ctrl | |
| ilTabsGUI | $tabs | |
| ilLanguage | $lng |
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 25 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References $_GET, ilAssQuestionAbstractPageObjectCommandForwarder\$ctrl, ilAssQuestionAbstractPageObjectCommandForwarder\$lng, ilAssQuestionAbstractPageObjectCommandForwarder\$questionOBJ, ilAssQuestionAbstractPageObjectCommandForwarder\$tabs, ilAssQuestionFeedbackEditingGUI\CMD_SHOW, ilAssQuestionFeedback\isValidFeedbackPageObjectType(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilAssQuestionFeedbackPageObjectCommandForwarder::ensurePageObjectExists | ( | $pageObjectType, | |
| $pageObjectId | |||
| ) |
ensures an existing page object with giben type/id
@access 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.
Here is the call graph for this function:| ilAssQuestionFeedbackPageObjectCommandForwarder::forward | ( | ) |
forward method
Reimplemented from ilAssQuestionAbstractPageObjectCommandForwarder.
Definition at line 45 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References $_GET, ilAssQuestionFeedbackEditingGUI\CMD_SHOW, and getPageObjectGUI().
Here is the call graph for this function:| ilAssQuestionFeedbackPageObjectCommandForwarder::getPageObjectGUI | ( | $pageObjectType, | |
| $pageObjectId | |||
| ) |
instantiates, initialises and returns a page object gui class
@access 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().
Here is the caller graph for this function: