ILIAS  release_8 Revision v8.23
class.ilObjRootFolderAccess.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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 }
static _getCommands()
get commands
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...