46 if (isset(self::$item_list_gui[
$a_type])) {
47 return self::$item_list_gui[
$a_type];
54 $class = $objDefinition->getClassName(
$a_type);
57 $full_class =
"ilObj" . $class .
"ListGUI";
59 include_once(
$location .
"/class." . $full_class .
".php");
An exception for terminatinating execution or to throw for unit testing.
@classDescription List GUI factory for session materials in session objects
static factory($a_type)
Get list gui by type This method caches all the returned list guis.