◆ _getInstance()
| ilSearchObjectListFactory::_getInstance |
( |
string |
$a_type | ) |
|
Definition at line 47 of file class.ilSearchObjectListFactory.php.
48 {
50
51 $objDefinition =
$DIC[
'objDefinition'];
52
53 $class = $objDefinition->getClassName($a_type);
54 $location = $objDefinition->getLocation($a_type);
55
56 $full_class = "ilObj" . $class . "ListGUI";
57
58 include_once(
$location .
"/class." . $full_class .
".php");
59 $item_list_gui = new $full_class();
60
61 $item_list_gui->enableDelete(false);
62 $item_list_gui->enablePath(true);
63 $item_list_gui->enableCut(false);
64 $item_list_gui->enableSubscribe(false);
65 $item_list_gui->enableLink(false);
66
67 return $item_list_gui;
68 }
$location
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
References $DIC, and $location.
The documentation for this class was generated from the following file: