ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilObjWorkspaceFolderAccess.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
5 include_once("./Services/Object/classes/class.ilObjectAccess.php");
6 
16 {
17  private static $folderSettings;
18 
19  private static function getFolderSettings() {
21  {
23  }
25  }
26 
27 
40  static function _getCommands()
41  {
42  $commands = array();
43  $commands[] = array("permission" => "read", "cmd" => "view", "lang_var" => "show", "default" => true);
44  $commands[] = array("permission" => "write", "cmd" => "edit", "lang_var" => "edit");
45  return $commands;
46  }
47 }
48 
49 ?>
ILIAS Setting Class.
Class ilObjWorkspaceFolderAccess.
Create styles array
The data for the language used.
Class ilObjectAccess.