|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilAssQuestionAbstractPageObjectCommandForwarder:
Collaboration diagram for ilAssQuestionAbstractPageObjectCommandForwarder:Public Member Functions | |
| __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... | |
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 | |
| $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.
@access public
| assQuestion | $questionOBJ | |
| ilCtrl | $ctrl | |
| ilTabsGUI | $tabs | |
| ilLanguage | $lng |
Reimplemented in ilAssQuestionFeedbackPageObjectCommandForwarder, and ilAssQuestionHintPageObjectCommandForwarder.
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
@access protected
Reimplemented in ilAssQuestionFeedbackPageObjectCommandForwarder, and ilAssQuestionHintPageObjectCommandForwarder.
|
abstract |
this is the actual forward method that is to be implemented by derived forwarder classes
Reimplemented in ilAssQuestionFeedbackPageObjectCommandForwarder, and ilAssQuestionHintPageObjectCommandForwarder.
|
abstractprotected |
instantiates, initialises and returns a page object gui object
@access protected
Reimplemented in ilAssQuestionFeedbackPageObjectCommandForwarder, and ilAssQuestionHintPageObjectCommandForwarder.
|
protected |
Definition at line 28 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct(), ilAssQuestionFeedbackPageObjectCommandForwarder\__construct(), and ilAssQuestionHintPageObjectCommandForwarder\__construct().
|
protected |
Definition at line 44 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct(), ilAssQuestionFeedbackPageObjectCommandForwarder\__construct(), and ilAssQuestionHintPageObjectCommandForwarder\__construct().
|
protected |
Definition at line 20 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct(), ilAssQuestionFeedbackPageObjectCommandForwarder\__construct(), and ilAssQuestionHintPageObjectCommandForwarder\__construct().
|
protected |
Definition at line 36 of file class.ilAssQuestionAbstractPageObjectCommandForwarder.php.
Referenced by __construct(), ilAssQuestionFeedbackPageObjectCommandForwarder\__construct(), and ilAssQuestionHintPageObjectCommandForwarder\__construct().