ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilObjWorkspaceRootFolderListGUI.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.ilObjectListGUI.php"
;
6
15
class
ilObjWorkspaceRootFolderListGUI
extends
ilObjectListGUI
16
{
20
function
init
()
21
{
22
$this->copy_enabled =
false
;
23
$this->delete_enabled =
false
;
24
$this->cut_enabled =
false
;
25
$this->subscribe_enabled =
false
;
26
$this->link_enabled =
false
;
27
$this->payment_enabled =
false
;
28
$this->type =
"root"
;
29
$this->gui_class_name =
"ilobjworkspacerootfoldergui"
;
30
31
// general commands array
32
include_once(
'./Modules/WorkspaceRootFolder/classes/class.ilObjWorkspaceRootFolderAccess.php'
);
33
$this->commands =
ilObjWorkspaceRootFolderAccess::_getCommands
();
34
}
35
43
function
getCommandLink
($a_cmd)
44
{
45
global
$ilCtrl
;
46
47
// does this make any sense!?
48
$ilCtrl->setParameterByClass(
"ilrepositorygui"
,
"ref_id"
, $this->ref_id);
49
$cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui"
, $a_cmd);
50
$ilCtrl->setParameterByClass(
"ilrepositorygui"
,
"ref_id"
,
$_GET
[
"ref_id"
]);
51
52
return
$cmd_link;
53
}
54
55
56
}
// END class.ilObjWorkspaceRootFolderGUI
57
?>
ilObjWorkspaceRootFolderListGUI\getCommandLink
getCommandLink($a_cmd)
Get command link url.
Definition:
class.ilObjWorkspaceRootFolderListGUI.php:43
$_GET
$_GET["client_id"]
Definition:
cfg.phpunit.template.php:12
$ilCtrl
global $ilCtrl
Definition:
ilias.php:18
ilObjWorkspaceRootFolderAccess\_getCommands
_getCommands()
get commands
Definition:
class.ilObjWorkspaceRootFolderAccess.php:29
ilObjWorkspaceRootFolderListGUI\init
init()
initialisation
Definition:
class.ilObjWorkspaceRootFolderListGUI.php:20
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjWorkspaceRootFolderListGUI
Class ilObjWorkspaceRootFolderListGUI.
Definition:
class.ilObjWorkspaceRootFolderListGUI.php:15
Modules
WorkspaceRootFolder
classes
class.ilObjWorkspaceRootFolderListGUI.php
Generated on Mon Dec 21 2020 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)