| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilAssQuestionFeedbackPageObjectCommandForwarder:
 Inheritance diagram for ilAssQuestionFeedbackPageObjectCommandForwarder: Collaboration diagram for ilAssQuestionFeedbackPageObjectCommandForwarder:
 Collaboration diagram for ilAssQuestionFeedbackPageObjectCommandForwarder:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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.
 Here is the call graph for this function:
 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:
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function: