ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjWorkspaceFolderAccess.php
Go to the documentation of this file.
1<?php
2
23{
24 private static ?ilSetting $folderSettings = null;
25
26 private static function getFolderSettings(): ?ilSetting
27 {
30 }
32 }
33
46 public static function _getCommands(): array
47 {
48 $commands = array();
49 $commands[] = array("permission" => "read", "cmd" => "view", "lang_var" => "show", "default" => true);
50 $commands[] = array("permission" => "write", "cmd" => "edit", "lang_var" => "edit");
51 return $commands;
52 }
53}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilObjectAccess.
ILIAS Setting Class.