ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
class.ilObjWorkspaceFolderListGUI.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
14
include_once
"Services/Object/classes/class.ilObjectListGUI.php"
;
15
16
class
ilObjWorkspaceFolderListGUI
extends
ilObjectListGUI
17
{
21
function
init
()
22
{
23
$this->delete_enabled =
true
;
24
$this->cut_enabled =
true
;
25
$this->copy_enabled =
true
;
26
$this->subscribe_enabled =
false
;
27
$this->link_enabled =
false
;
28
$this->payment_enabled =
false
;
29
$this->info_screen_enabled =
false
;
30
$this->type =
"wfld"
;
31
$this->gui_class_name =
"ilobjworkspacefoldergui"
;
32
33
// general commands array
34
include_once(
'./Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderAccess.php'
);
35
$this->commands =
ilObjWorkspaceFolderAccess::_getCommands
();
36
}
37
38
}
// END class.ilObjFolderListGUI
39
?>
ilObjWorkspaceFolderAccess\_getCommands
_getCommands()
get commands
Definition:
class.ilObjWorkspaceFolderAccess.php:40
ilObjWorkspaceFolderListGUI
Class ilObjWorkspaceFolderListGUI.
Definition:
class.ilObjWorkspaceFolderListGUI.php:16
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjWorkspaceFolderListGUI\init
init()
initialisation
Definition:
class.ilObjWorkspaceFolderListGUI.php:21
Modules
WorkspaceFolder
classes
class.ilObjWorkspaceFolderListGUI.php
Generated on Wed Aug 27 2025 19:00:48 for ILIAS by
1.8.13 (using
Doxyfile
)