46        $objDefinition = 
$DIC[
'objDefinition'];
 
   50        if (isset(self::$item_list_gui[
$a_type])) {
 
   51            return self::$item_list_gui[
$a_type];
 
   58        $class = $objDefinition->getClassName(
$a_type);
 
   61        $full_class = 
"ilObj" . $class . 
"ListGUI";
 
   63        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.