ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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 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}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjWorkspaceRootFolderAccess.
Class ilObjectAccess.