48 $objDefinition =
$DIC[
'objDefinition'];
51 if (isset(self::$item_list_gui[
$a_type])) {
52 return self::$item_list_gui[
$a_type];
59 $class = $objDefinition->getClassName(
$a_type);
62 $full_class =
"ilObj" . $class .
"ListGUI";
64 include_once(
$location .
"/class." . $full_class .
".php");
An exception for terminatinating execution or to throw for unit testing.
List GUI factory for lucene search results.
static factory($a_type)
Get list gui by type This method caches all the returned list guis.