1<?php declare(strict_types=1);
36 $objDefinition =
$DIC[
'objDefinition'];
37 $container_view_manager =
$DIC
45 if (isset(self::$item_list_gui[$a_type])) {
46 return self::$item_list_gui[$a_type];
50 $class = $objDefinition->getClassName($a_type);
51 $location = $objDefinition->getLocation($a_type);
53 $full_class =
"ilObj" . $class .
"ListGUI";
55 include_once(
$location .
"/class." . $full_class .
".php");
67 if ($container_view_manager->isAdminView()) {
$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