3 declare(strict_types=1);
38 $objDefinition = $DIC[
'objDefinition'];
41 if (isset(self::$item_list_gui[$a_type])) {
42 return self::$item_list_gui[$a_type];
46 $class = $objDefinition->getClassName($a_type);
47 $location = $objDefinition->getLocation($a_type);
49 $full_class =
"ilObj" . $class .
"ListGUI";
51 include_once(
$location .
"/class." . $full_class .
".php");
55 $item_list_gui->enableDelete(
true);
56 $item_list_gui->enableCut(
true);
57 $item_list_gui->enableSubscribe(
true);
58 $item_list_gui->enableLink(
true);
59 $item_list_gui->enablePath(
false);
60 $item_list_gui->enableLinkedPath(
true);
61 $item_list_gui->enableSearchFragments(
true);
62 $item_list_gui->enableRelevance(
false);
$location
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static array $item_list_gui