ILIAS  release_8 Revision v8.24
class.ilObjRootFolderAccess.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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}
return true
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...