ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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
5include_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 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?>
Class ilObjWorkspaceFolderAccess.
Class ilObjectAccess.
ILIAS Setting Class.