46 global $objDefinition,
$ilLog;
48 if (isset(self::$item_list_gui[
$a_type])) {
49 return self::$item_list_gui[
$a_type];
56 $class = $objDefinition->getClassName($a_type);
57 $location = $objDefinition->getLocation($a_type);
59 $full_class =
"ilObj" . $class .
"ListGUI";
61 include_once(
$location .
"/class." . $full_class .
".php");
List GUI factory for lucene search results.
Create styles array
The data for the language used.
static factory($a_type)
Get list gui by type This method caches all the returned list guis.