ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilObjRootFolderAccess.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
23
class
ilObjRootFolderAccess
extends
ilObjectAccess
24
{
37
public
static
function
_getCommands
(): array
38
{
39
$commands = [
40
[
41
"permission"
=>
"read"
,
"cmd"
=>
"render"
,
"lang_var"
=>
"show"
,
42
"default"
=> true
43
],
44
[
"permission"
=>
"write"
,
"cmd"
=>
"edit"
,
"lang_var"
=>
"edit"
],
45
];
46
47
return
$commands;
48
}
49
}
ilObjectAccess
ilObjRootFolderAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjRootFolderAccess.php:37
ilObjRootFolderAccess
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjRootFolderAccess.php:23
Modules
RootFolder
classes
class.ilObjRootFolderAccess.php
Generated on Sun Aug 31 2025 22:01:31 for ILIAS by
1.8.13 (using
Doxyfile
)