| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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... | |
  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... | |
Additional Inherited Members | |
  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 inherited from ilAssQuestionAbstractPageObjectCommandForwarder | |
| ILIAS TestQuestionPool InternalRequestService | $request | 
| $questionOBJ = null | |
| $ctrl = null | |
| $tabs = null | |
| $lng = null | |
Definition at line 27 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 | 
Definition at line 38 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), ilAssQuestionFeedbackEditingGUI\CMD_SHOW, ILIAS\Repository\ctrl(), ILIAS\Repository\int(), and ilAssQuestionFeedback\isValidFeedbackPageObjectType().
 Here is the call graph for this function:| ilAssQuestionFeedbackPageObjectCommandForwarder::ensurePageObjectExists | ( | $pageObjectType, | |
| $pageObjectId | |||
| ) | 
ensures an existing page object with giben type/id
protected
Definition at line 79 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
Definition at line 58 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References ilAssQuestionFeedbackEditingGUI\CMD_SHOW, ILIAS\Repository\ctrl(), getPageObjectGUI(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:| ilAssQuestionFeedbackPageObjectCommandForwarder::getPageObjectGUI | ( | $pageObjectType, | |
| $pageObjectId | |||
| ) | 
instantiates, initialises and returns a page object gui class
protected
Definition at line 103 of file class.ilAssQuestionFeedbackPageObjectCommandForwarder.php.
References ilAssQuestionFeedback\PAGE_OBJECT_TYPE_GENERIC_FEEDBACK.
Referenced by forward().
 Here is the caller graph for this function: