ILIAS  trunk Revision v11.0_alpha-1753-gb21ca8c4367
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null