ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilObjContentPageListGUI.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
class
ilObjContentPageListGUI
extends
\ilObjectListGUI
implements
\ilContentPageObjectConstants
8
{
12
public
function
init
()
13
{
14
$this->static_link_enabled =
true
;
15
$this->delete_enabled =
true
;
16
$this->cut_enabled =
true
;
17
$this->copy_enabled =
true
;
18
$this->subscribe_enabled =
true
;
19
$this->link_enabled =
true
;
20
$this->info_screen_enabled =
true
;
21
$this->type = self::OBJ_TYPE;
22
$this->gui_class_name =
'ilObjContentPageGUI'
;
23
24
$this->commands =
ilObjContentPageAccess::_getCommands
();
25
}
26
30
public
function
getInfoScreenStatus
()
31
{
32
if
(\
ilContainer::_lookupContainerSetting
(
33
$this->obj_id,
34
\
ilObjectServiceSettingsGUI::INFO_TAB_VISIBILITY
,
35
true
36
)) {
37
return
$this->info_screen_enabled
;
38
}
39
40
return
false
;
41
}
42
46
public
function
checkInfoPageOnAsynchronousRendering
() : bool
47
{
48
return
true
;
49
}
50
}
ilObjContentPageAccess\_getCommands
static _getCommands()
Definition:
class.ilObjContentPageAccess.php:12
ilObjContentPageListGUI
Class ilObjContentPageListGUI.
Definition:
class.ilObjContentPageListGUI.php:7
ilContentPageObjectConstants
Interface ilContentPageObjectConstants.
Definition:
interface.ilContentPageObjectConstants.php:7
ilObjectListGUI\$info_screen_enabled
$info_screen_enabled
Definition:
class.ilObjectListGUI.php:82
ilObjContentPageListGUI\checkInfoPageOnAsynchronousRendering
checkInfoPageOnAsynchronousRendering()
Definition:
class.ilObjContentPageListGUI.php:46
ilObjContentPageListGUI\init
init()
Definition:
class.ilObjContentPageListGUI.php:12
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjectServiceSettingsGUI\INFO_TAB_VISIBILITY
const INFO_TAB_VISIBILITY
Definition:
class.ilObjectServiceSettingsGUI.php:30
php
ilObjContentPageListGUI\getInfoScreenStatus
getInfoScreenStatus()
Definition:
class.ilObjContentPageListGUI.php:30
ilContainer\_lookupContainerSetting
static _lookupContainerSetting($a_id, $a_keyword, $a_default_value=null)
Lookup a container setting.
Definition:
class.ilContainer.php:381
Modules
ContentPage
classes
class.ilObjContentPageListGUI.php
Generated on Thu Jan 30 2025 19:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)