ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ 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
x
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
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.ilObjQuestionPoolAccess.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once
"./Services/Object/classes/class.ilObjectAccess.php"
;
5
include_once
"./Modules/Test/classes/inc.AssessmentConstants.php"
;
6
16
class
ilObjQuestionPoolAccess
extends
ilObjectAccess
17
{
30
function
_getCommands
()
31
{
32
$commands = array
33
(
34
array(
"permission"
=>
"write"
,
"cmd"
=>
"questions"
,
"lang_var"
=>
"tst_edit_questions"
),
35
array(
"permission"
=>
"write"
,
"cmd"
=>
"ilObjQuestionPoolSettingsGeneralGUI::showForm"
,
"lang_var"
=>
"settings"
),
36
#array(
"permission"
=>
"write"
,
"cmd"
=>
"questions"
,
"lang_var"
=>
"edit"
,
37
#
"default"
=>
false
),
38
array(
"permission"
=>
"read"
,
"cmd"
=>
"questions"
,
"lang_var"
=>
"edit"
,
39
"default"
=>
true
)
40
);
41
42
return
$commands;
43
}
44
}
45
46
?>
ilObjQuestionPoolAccess
Class ilObjQuestionPoolAccess.
Definition:
class.ilObjQuestionPoolAccess.php:16
ilObjQuestionPoolAccess\_getCommands
_getCommands()
get commands
Definition:
class.ilObjQuestionPoolAccess.php:30
ilObjectAccess
Class ilObjectAccess.
Definition:
class.ilObjectAccess.php:16
Modules
TestQuestionPool
classes
class.ilObjQuestionPoolAccess.php
Generated on Mon Mar 31 2025 19:00:40 for ILIAS by
1.8.13 (using
Doxyfile
)