|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAssQuestionAbstractPageObjectCommandForwarder:
Collaboration diagram for ilAssQuestionAbstractPageObjectCommandForwarder:Public Member Functions | |
| __construct (protected assQuestion $questionOBJ, protected readonly ilCtrl $ctrl, protected readonly ilTabsGUI $tabs, protected ilLanguage $lng) | |
| Constructor. More... | |
| forward () | |
| this is the actual forward method that is to be implemented by derived forwarder classes More... | |
Protected Member Functions | |
| 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 | |
| RequestDataCollector | $request |
Definition at line 30 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
| ilAssQuestionAbstractPageObjectCommandForwarder::__construct | ( | protected assQuestion | $questionOBJ, |
| protected readonly ilCtrl | $ctrl, | ||
| protected readonly ilTabsGUI | $tabs, | ||
| protected ilLanguage | $lng | ||
| ) |
Constructor.
@access public
| assQuestion | $questionOBJ | |
| ilCtrl | $ctrl | |
| ilTabsGUI | $tabs | |
| ilLanguage | $lng |
Definition at line 43 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
abstractprotected |
ensures an existing page object with giben type/id
@access protected
Reimplemented in ilAssQuestionFeedbackPageObjectCommandForwarder.
|
abstract |
this is the actual forward method that is to be implemented by derived forwarder classes
Reimplemented in ilAssQuestionFeedbackPageObjectCommandForwarder.
|
abstractprotected |
instantiates, initialises and returns a page object gui object
Reimplemented in ilAssQuestionFeedbackPageObjectCommandForwarder.
|
protected |
Definition at line 32 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.