ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.ilObjPortfolioTemplateListGUI.php
Go to the documentation of this file.
1
<?php
2
23
class
ilObjPortfolioTemplateListGUI
extends
ilObjectListGUI
24
{
25
public
function
init
(): void
26
{
27
$this->copy_enabled =
true
;
28
$this->delete_enabled =
true
;
29
$this->cut_enabled =
true
;
30
$this->subscribe_enabled =
true
;
31
$this->link_enabled =
true
;
32
$this->info_screen_enabled =
true
;
33
$this->type =
"prtt"
;
34
$this->gui_class_name =
"ilobjportfoliotemplategui"
;
35
36
// general commands array
37
$this->commands =
ilObjPortfolioTemplateAccess::_getCommands
();
38
}
39
}
ilObjPortfolioTemplateListGUI\init
init()
Definition:
class.ilObjPortfolioTemplateListGUI.php:25
ilObjectListGUI
ilObjPortfolioTemplateAccess\_getCommands
static _getCommands()
Definition:
class.ilObjPortfolioTemplateAccess.php:40
ilObjPortfolioTemplateListGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjPortfolioTemplateListGUI.php:23
components
ILIAS
Portfolio
Template
class.ilObjPortfolioTemplateListGUI.php
Generated on Wed Sep 3 2025 23:03:36 for ILIAS by
1.8.13 (using
Doxyfile
)