ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilForumObjectConstants.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public const OBJ_TYPE = 'frm';
24 
25  public const UI_TAB_ID_INFO = 'info_short';
26  public const UI_TAB_ID_SETTINGS = 'settings';
27  public const UI_TAB_ID_MODERATORS = 'frm_moderators';
28  public const UI_TAB_ID_THREADS = 'forums_threads';
29  public const UI_TAB_ID_STATS = 'frm_statistics';
30  public const UI_TAB_ID_EXPORT = 'export';
31  public const UI_TAB_ID_PERMISSIONS = 'perm_settings';
32  public const UI_SUB_TAB_ID_BASIC_SETTINGS = 'basic_settings';
33  public const UI_SUB_TAB_ID_NOTIFICATIONS = 'notifications';
34  public const UI_SUB_TAB_ID_NEWS = 'cont_news_settings';
35  public const UI_SUB_TAB_ID_STYLE = 'cont_style';
36 
37  public const UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile';
38  public const UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen';
39  public const UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph';
40 }