ILIAS
trunk Revision v11.0_alpha-1753-gb21ca8c4367
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilObjWorkspaceFolderAccess.php
Go to the documentation of this file.
1
<?php
2
22
class
ilObjWorkspaceFolderAccess
extends
ilObjectAccess
23
{
24
private
static
?
ilSetting
$folderSettings
=
null
;
25
26
private
static
function
getFolderSettings
(): ?
ilSetting
27
{
28
if
(is_null(
ilObjWorkspaceFolderAccess::$folderSettings
)) {
29
ilObjWorkspaceFolderAccess::$folderSettings
=
new
ilSetting
(
'fold'
);
30
}
31
return
ilObjWorkspaceFolderAccess::$folderSettings
;
32
}
33
46
public
static
function
_getCommands
(): array
47
{
48
$commands = array();
49
$commands[] = array(
"permission"
=>
"read"
,
"cmd"
=>
"view"
,
"lang_var"
=>
"show"
,
"default"
=>
true
);
50
$commands[] = array(
"permission"
=>
"write"
,
"cmd"
=>
"edit"
,
"lang_var"
=>
"edit"
);
51
return
$commands;
52
}
53
}
ilObjWorkspaceFolderAccess\$folderSettings
static ilSetting $folderSettings
Definition:
class.ilObjWorkspaceFolderAccess.php:24
ilObjectAccess
ilObjWorkspaceFolderAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjWorkspaceFolderAccess.php:46
ilObjWorkspaceFolderAccess
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjWorkspaceFolderAccess.php:22
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ilObjWorkspaceFolderAccess\getFolderSettings
static getFolderSettings()
Definition:
class.ilObjWorkspaceFolderAccess.php:26
ilSetting
components
ILIAS
WorkspaceFolder
classes
class.ilObjWorkspaceFolderAccess.php
Generated on Thu Apr 10 2025 23:04:36 for ILIAS by
1.8.13 (using
Doxyfile
)