| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilAssQuestionAbstractPageObjectCommandForwarder:
 Inheritance diagram for ilAssQuestionAbstractPageObjectCommandForwarder: Collaboration diagram for ilAssQuestionAbstractPageObjectCommandForwarder:
 Collaboration diagram for ilAssQuestionAbstractPageObjectCommandForwarder:| Public Member Functions | |
| __construct (assQuestion $questionOBJ, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng) | |
| Constructor. | |
| forward () | |
| this is the actual forward method that is to be implemented by derived forwarder classes | |
| Protected Member Functions | |
| ensurePageObjectExists ($pageObjectType, $pageObjectId) | |
| ensures an existing page object with giben type/id | |
| getPageObjectGUI ($pageObjectType, $pageObjectId) | |
| instantiates, initialises and returns a page object gui object | |
| Protected Attributes | |
| $questionOBJ = null | |
| $ctrl = null | |
| $tabs = null | |
| $lng = null | |
Definition at line 12 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
| ilAssQuestionAbstractPageObjectCommandForwarder::__construct | ( | assQuestion | $questionOBJ, | 
| ilCtrl | $ctrl, | ||
| ilTabsGUI | $tabs, | ||
| ilLanguage | $lng | ||
| ) | 
Constructor.
public
| assQuestion | $questionOBJ | |
| ilCtrl | $ctrl | |
| ilTabsGUI | $tabs | |
| ilLanguage | $lng | 
Reimplemented in ilAssQuestionHintPageObjectCommandForwarder, and ilAssQuestionFeedbackPageObjectCommandForwarder.
Definition at line 55 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
References $ctrl, $lng, $questionOBJ, and $tabs.
| 
 | abstractprotected | 
ensures an existing page object with giben type/id
protected
Reimplemented in ilAssQuestionHintPageObjectCommandForwarder, and ilAssQuestionFeedbackPageObjectCommandForwarder.
| 
 | abstract | 
this is the actual forward method that is to be implemented by derived forwarder classes
Reimplemented in ilAssQuestionHintPageObjectCommandForwarder, and ilAssQuestionFeedbackPageObjectCommandForwarder.
| 
 | abstractprotected | 
instantiates, initialises and returns a page object gui object
protected
Reimplemented in ilAssQuestionHintPageObjectCommandForwarder, and ilAssQuestionFeedbackPageObjectCommandForwarder.
| 
 | protected | 
Definition at line 28 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 44 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 20 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 36 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct().