ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (GlobalHttpState $http, ilCtrlInterface $ctrl, ilTabsGUI $tabs, ilLanguage $lng, ilObjForum $parentObject, ilObjUser $actor, ObjectFacade $content_style_domain) | |
onPageUpdate (array $parameters) | |
updateForumOnPageUpdate (array $parameters) | |
setPresentationMode (string $presentationMode) | |
forward (string $ctrlLink='') | |
Data Fields | |
const | PRESENTATION_MODE_EDITING = 'PRESENTATION_MODE_EDITING' |
presentation mode for authoring More... | |
const | PRESENTATION_MODE_PRESENTATION = 'PRESENTATION_MODE_PRESENTATION' |
presentation mode for requesting More... | |
const | PRESENTATION_MODE_EMBEDDED_PRESENTATION = 'PRESENTATION_MODE_EMBEDDED_PRESENTATION' |
presentation mode for embedded presentation, e.g. More... | |
const | DEFAULT_LANGUAGE = '-' |
![]() | |
const | OBJ_TYPE = 'frm' |
const | UI_TAB_ID_INFO = 'info_short' |
const | UI_TAB_ID_SETTINGS = 'settings' |
const | UI_TAB_ID_MODERATORS = 'frm_moderators' |
const | UI_TAB_ID_THREADS = 'forums_threads' |
const | UI_TAB_ID_STATS = 'frm_statistics' |
const | UI_TAB_ID_EXPORT = 'export' |
const | UI_TAB_ID_PERMISSIONS = 'perm_settings' |
const | UI_SUB_TAB_ID_BASIC_SETTINGS = 'basic_settings' |
const | UI_SUB_TAB_ID_NOTIFICATIONS = 'notifications' |
const | UI_SUB_TAB_ID_NEWS = 'cont_news_settings' |
const | UI_SUB_TAB_ID_STYLE = 'cont_style' |
const | UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile' |
const | UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen' |
const | UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph' |
Protected Member Functions | |
getPageObjectGUI (string $language, bool $isEmbedded=false) | |
doesPageExistsForLanguage (string $language) | |
ensurePageObjectExists (string $language) | |
setBackLinkTab () | |
buildEditingPageObjectGUI (string $language) | |
buildPresentationPageObjectGUI (string $language) | |
buildEmbeddedPresentationPageObjectGUI (string $language) | |
Protected Attributes | |
string | $presentationMode = self::PRESENTATION_MODE_EDITING |
ilCtrlInterface | $ctrl |
ilLanguage | $lng |
ilTabsGUI | $tabs |
ilObjForum | $parentObject |
string | $backUrl = '' |
ilObjUser | $actor |
GlobalHttpState | $http |
ObjectFacade | $content_style_domain |
Definition at line 24 of file class.ilForumPageCommandForwarder.php.
ilForumPageCommandForwarder::__construct | ( | GlobalHttpState | $http, |
ilCtrlInterface | $ctrl, | ||
ilTabsGUI | $tabs, | ||
ilLanguage | $lng, | ||
ilObjForum | $parentObject, | ||
ilObjUser | $actor, | ||
ObjectFacade | $content_style_domain | ||
) |
Definition at line 52 of file class.ilForumPageCommandForwarder.php.
References $actor, $content_style_domain, $ctrl, $http, $lng, $parentObject, $tabs, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
|
protected |
Definition at line 140 of file class.ilForumPageCommandForwarder.php.
References ensurePageObjectExists(), getPageObjectGUI(), setBackLinkTab(), and ILIAS\Repository\tabs().
Referenced by forward().
|
protected |
Definition at line 170 of file class.ilForumPageCommandForwarder.php.
References ensurePageObjectExists(), and getPageObjectGUI().
Referenced by forward().
|
protected |
Definition at line 157 of file class.ilForumPageCommandForwarder.php.
References ensurePageObjectExists(), and getPageObjectGUI().
Referenced by forward().
|
protected |
Definition at line 108 of file class.ilForumPageCommandForwarder.php.
References ilPageObject\_exists().
Referenced by ensurePageObjectExists().
|
protected |
Definition at line 113 of file class.ilForumPageCommandForwarder.php.
References doesPageExistsForLanguage().
Referenced by buildEditingPageObjectGUI(), buildEmbeddedPresentationPageObjectGUI(), and buildPresentationPageObjectGUI().
ilForumPageCommandForwarder::forward | ( | string | $ctrlLink = '' | ) |
string | $ctrlLink |
ilCtrlException | |
ilException |
Definition at line 194 of file class.ilForumPageCommandForwarder.php.
References buildEditingPageObjectGUI(), buildEmbeddedPresentationPageObjectGUI(), buildPresentationPageObjectGUI(), and ILIAS\Repository\ctrl().
|
protected |
Definition at line 96 of file class.ilForumPageCommandForwarder.php.
References ilPageObjectGUI\setStyleId().
Referenced by buildEditingPageObjectGUI(), buildEmbeddedPresentationPageObjectGUI(), and buildPresentationPageObjectGUI().
ilForumPageCommandForwarder::onPageUpdate | ( | array | $parameters | ) |
array<string,mixed> | $parameters |
Definition at line 84 of file class.ilForumPageCommandForwarder.php.
|
protected |
Definition at line 124 of file class.ilForumPageCommandForwarder.php.
References $backUrl, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilUtil\stripSlashes(), and ILIAS\Repository\tabs().
Referenced by buildEditingPageObjectGUI().
ilForumPageCommandForwarder::setPresentationMode | ( | string | $presentationMode | ) |
Definition at line 183 of file class.ilForumPageCommandForwarder.php.
References $presentationMode.
ilForumPageCommandForwarder::updateForumOnPageUpdate | ( | array | $parameters | ) |
array<string,mixed> | $parameters |
Definition at line 91 of file class.ilForumPageCommandForwarder.php.
|
protected |
Definition at line 48 of file class.ilForumPageCommandForwarder.php.
Referenced by __construct().
|
protected |
Definition at line 47 of file class.ilForumPageCommandForwarder.php.
Referenced by setBackLinkTab().
|
protected |
Definition at line 50 of file class.ilForumPageCommandForwarder.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilForumPageCommandForwarder.php.
Referenced by __construct().
|
protected |
Definition at line 49 of file class.ilForumPageCommandForwarder.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilForumPageCommandForwarder.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilForumPageCommandForwarder.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilForumPageCommandForwarder.php.
Referenced by setPresentationMode().
|
protected |
Definition at line 45 of file class.ilForumPageCommandForwarder.php.
Referenced by __construct().
const ilForumPageCommandForwarder::DEFAULT_LANGUAGE = '-' |
Definition at line 40 of file class.ilForumPageCommandForwarder.php.
const ilForumPageCommandForwarder::PRESENTATION_MODE_EDITING = 'PRESENTATION_MODE_EDITING' |
presentation mode for authoring
Definition at line 29 of file class.ilForumPageCommandForwarder.php.
const ilForumPageCommandForwarder::PRESENTATION_MODE_EMBEDDED_PRESENTATION = 'PRESENTATION_MODE_EMBEDDED_PRESENTATION' |
presentation mode for embedded presentation, e.g.
in a kiosk mode
Definition at line 39 of file class.ilForumPageCommandForwarder.php.
const ilForumPageCommandForwarder::PRESENTATION_MODE_PRESENTATION = 'PRESENTATION_MODE_PRESENTATION' |
presentation mode for requesting
Definition at line 34 of file class.ilForumPageCommandForwarder.php.
Referenced by ilObjForumGUI\getContent().