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.ilOrgUnitExtensionListGUI.php
Go to the documentation of this file.
1
<?php
2
9
abstract
class
ilOrgUnitExtensionListGUI
extends
ilObjectPluginListGUI
10
{
11
15
protected
function
getPlugin
()
16
{
17
if
(!$this->plugin) {
18
$this->plugin =
ilPlugin::getPluginObject
(
19
IL_COMP_MODULE
,
20
"OrgUnit"
,
21
"orguext"
,
22
ilPlugin::lookupNameForId
(
23
IL_COMP_MODULE
,
24
"OrgUnit"
,
25
"orguext"
,
26
$this->
getType
()
27
)
28
);
29
}
30
31
return
$this->plugin
;
32
}
33
34
35
protected
function
initListActions
()
36
{
37
$this->delete_enabled =
true
;
38
$this->cut_enabled =
true
;
39
$this->subscribe_enabled =
false
;
40
$this->link_enabled =
false
;
41
$this->info_screen_enabled =
true
;
42
$this->comments_enabled =
false
;
43
$this->notes_enabled =
false
;
44
$this->tags_enabled =
false
;
45
$this->timings_enabled =
false
;
46
}
47
48
58
protected
function
isCommentsActivated
(
$a_type
, $a_ref_id, $a_obj_id, $a_header_actions, $a_check_write_access =
true
)
59
{
60
return
$this->comments_enabled
;
61
}
62
63
72
public
function
enableComments
($a_value, $a_enable_comments_settings =
true
)
73
{
74
return
false
;
75
}
76
77
83
public
function
enableNotes
($a_value)
84
{
85
return
false
;
86
}
87
88
94
public
function
enableTags
($a_value)
95
{
96
return
false
;
97
}
98
}
ilOrgUnitExtensionListGUI\enableTags
enableTags($a_value)
Definition:
class.ilOrgUnitExtensionListGUI.php:94
ilPlugin\getPluginObject
static getPluginObject(string $a_ctype, string $a_cname, string $a_slot_id, string $a_pname)
Definition:
class.ilPlugin.php:1172
ilOrgUnitExtensionListGUI\getPlugin
getPlugin()
Definition:
class.ilOrgUnitExtensionListGUI.php:15
ilOrgUnitExtensionListGUI\enableComments
enableComments($a_value, $a_enable_comments_settings=true)
Comments cannot be enabled.
Definition:
class.ilOrgUnitExtensionListGUI.php:72
ilObjectPluginListGUI\$plugin
$plugin
Definition:
class.ilObjectPluginListGUI.php:33
ilOrgUnitExtensionListGUI\enableNotes
enableNotes($a_value)
Definition:
class.ilOrgUnitExtensionListGUI.php:83
ilPlugin\lookupNameForId
static lookupNameForId(string $a_ctype, string $a_cname, string $a_slot_id, string $a_plugin_id)
Definition:
class.ilPlugin.php:1291
$a_type
$a_type
Definition:
workflow.php:92
ilOrgUnitExtensionListGUI
Class ilOrgUnitExtensionListGUI.
Definition:
class.ilOrgUnitExtensionListGUI.php:9
IL_COMP_MODULE
const IL_COMP_MODULE
Definition:
class.ilComponent.php:5
ilOrgUnitExtensionListGUI\isCommentsActivated
isCommentsActivated($a_type, $a_ref_id, $a_obj_id, $a_header_actions, $a_check_write_access=true)
Definition:
class.ilOrgUnitExtensionListGUI.php:58
ilOrgUnitExtensionListGUI\initListActions
initListActions()
Definition:
class.ilOrgUnitExtensionListGUI.php:35
ilObjectPluginListGUI
ListGUI implementation for Example object plugin.
Definition:
class.ilObjectPluginListGUI.php:13
ilObjectListGUI\$comments_enabled
$comments_enabled
Definition:
class.ilObjectListGUI.php:131
ilObjectPluginListGUI\getType
getType()
Get type.
Definition:
class.ilObjectPluginListGUI.php:82
Modules
OrgUnit
classes
Extension
class.ilOrgUnitExtensionListGUI.php
Generated on Thu Apr 3 2025 20:00:52 for ILIAS by
1.8.13 (using
Doxyfile
)