ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilObjWorkspaceRootFolderAccess.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{
29 function _getCommands()
30 {
31 $commands = array
32 (
33 array("permission" => "read", "cmd" => "render", "lang_var" => "show",
34 "default" => true),
35 array("permission" => "write", "cmd" => "edit", "lang_var" => "edit"),
36 );
37
38 return $commands;
39 }
40
41}
42
43?>
Class ilObjWorkspaceRootFolderAccess.
Class ilObjectAccess.