ILIAS  release_7 Revision v7.30-3-g800a261c036
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 HTTP_PARAM_PAGE_EDITOR_STYLE_CONTEXT = 'page_editor_style';
12
13 const UI_CMD_VIEW = 'view';
14 const UI_CMD_EDIT = 'edit';
15 const UI_CMD_UPDATE = 'update';
16
17 const UI_CMD_COPAGE_EDIT = 'edit';
18 const UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile';
19 const UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen';
20 const UI_CMD_COPAGE_DISPLAY_MEDIA = 'displayMedia';
21 const UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph';
22 const UI_CMD_STYLES_EDIT = 'editStyleProperties';
23
24 const UI_TAB_ID_CONTENT = 'content';
25 const UI_TAB_ID_INFO = 'info_short';
26 const UI_TAB_ID_SETTINGS = 'settings';
27 const UI_TAB_ID_ICON = 'icon';
28 const UI_TAB_ID_STYLE = 'style';
29 const UI_TAB_ID_I18N = 'i18n';
30 const UI_TAB_ID_LP = 'learning_progress';
31 const UI_TAB_ID_EXPORT = 'export';
32 const UI_TAB_ID_PERMISSIONS = 'perm_settings';
33}
An exception for terminatinating execution or to throw for unit testing.
Interface ilContentPageObjectConstants.