ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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...
Class ilObjectAccess.