ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilContentPageObjectConstants.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
8 {
9  const OBJ_TYPE = 'copa';
10 
11  const UI_CMD_VIEW = 'view';
12  const UI_CMD_EDIT = 'edit';
13  const UI_CMD_UPDATE = 'update';
14 
15  const UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile';
16  const UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen';
17  const UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph';
18 
19  const UI_TAB_ID_CONTENT = 'content';
20  const UI_TAB_ID_INFO = 'info_short';
21  const UI_TAB_ID_SETTINGS = 'settings';
22  const UI_TAB_ID_ICON = 'icon';
23  const UI_TAB_ID_STYLE = 'style';
24  const UI_TAB_ID_LP = 'learning_progress';
25  const UI_TAB_ID_EXPORT = 'export';
26  const UI_TAB_ID_PERMISSIONS = 'perm_settings';
27 }
Interface ilContentPageObjectConstants.