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";
    54         $item_list_gui->enableDelete(
true);
    55         $item_list_gui->enableCut(
true);
    56         $item_list_gui->enableSubscribe(
true);
    57         $item_list_gui->enableLink(
true);
    58         $item_list_gui->enablePath(
false);
    59         $item_list_gui->enableLinkedPath(
true);
    60         $item_list_gui->enableSearchFragments(
true);
 $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