3 declare(strict_types=1);
32 $objDefinition = $DIC[
"objDefinition"];
34 $class = $objDefinition->getClassName($type);
35 $location = $objDefinition->getLocation($type);
36 $full_class =
"ilObj" . $class .
"ListGUI";
37 if (file_exists(
$location .
"/class." . $full_class .
".php")) {
38 include_once(
$location .
"/class." . $full_class .
".php");
$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 _getListGUIByType(string $type, int $context=ilObjectListGUI::CONTEXT_REPOSITORY)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...