3 declare(strict_types=1);
32 $objDefinition = $DIC[
"objDefinition"];
34 $class = $objDefinition->getClassName($type);
35 $full_class =
"ilObj" . $class .
"ListGUI";
36 if (class_exists($full_class)) {
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...