ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
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
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
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.ilObjMediaPoolAccess.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once(
"./Services/Object/classes/class.ilObjectAccess.php"
);
6
16
class
ilObjMediaPoolAccess
extends
ilObjectAccess
17
{
18
31
function
_getCommands
()
32
{
33
$commands = array
34
(
35
array(
"permission"
=>
"read"
,
"cmd"
=>
""
,
"lang_var"
=>
"show"
,
36
"default"
=>
true
),
37
array(
"permission"
=>
"write"
,
"cmd"
=>
""
,
"lang_var"
=>
"edit_content"
,
38
"default"
=>
false
),
39
array(
"permission"
=>
"write"
,
"cmd"
=>
"edit"
,
"lang_var"
=>
"settings"
,
40
"default"
=>
false
)
41
);
42
43
return
$commands;
44
}
45
46
}
47
48
?>
ilObjMediaPoolAccess\_getCommands
_getCommands()
get commands
Definition:
class.ilObjMediaPoolAccess.php:31
ilObjMediaPoolAccess
Class ilObjMediaPoolAccess.
Definition:
class.ilObjMediaPoolAccess.php:16
ilObjectAccess
Class ilObjectAccess.
Definition:
class.ilObjectAccess.php:16
Modules
MediaPool
classes
class.ilObjMediaPoolAccess.php
Generated on Mon Dec 21 2020 19:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)