ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
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:387
Modules
ContentPage
classes
class.ilObjContentPageListGUI.php
Generated on Sun Apr 6 2025 20:00:59 for ILIAS by
1.8.13 (using
Doxyfile
)