ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjWorkspaceRootFolderAccess.php
Go to the documentation of this file.
1 <?php
2 
25 {
38  public static function _getCommands(): array
39  {
40  $commands = array(
41  array("permission" => "read", "cmd" => "render", "lang_var" => "show",
42  "default" => true),
43  array("permission" => "write", "cmd" => "edit", "lang_var" => "edit"),
44  );
45 
46  return $commands;
47  }
48 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...