ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 
5 include_once("./Services/Object/classes/class.ilObjectAccess.php");
6 
16 {
29  public static function _getCommands()
30  {
31  $commands = array(
32  array("permission" => "read", "cmd" => "render", "lang_var" => "show",
33  "default" => true),
34  array("permission" => "write", "cmd" => "edit", "lang_var" => "edit"),
35  );
36 
37  return $commands;
38  }
39 }
Class ilObjWorkspaceRootFolderAccess.
Create styles array
The data for the language used.
Class ilObjectAccess.