ILIAS
release_4-4 Revision
◀ ilDoc Overview
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 Dec 21 2020 19:01:08 for ILIAS by
1.8.13 (using
Doxyfile
)