ILIAS  release_4-4 Revision
ilObjectListGUIFactory Class Reference

Class ilObjectListGUIFactory. More...

+ Collaboration diagram for ilObjectListGUIFactory:

Public Member Functions

_getListGUIByType ($a_type)
 

Detailed Description

Member Function Documentation

◆ _getListGUIByType()

& ilObjectListGUIFactory::_getListGUIByType (   $a_type)

Definition at line 15 of file class.ilObjectListGUIFactory.php.

References $location.

Referenced by ilContainerGUI\getAsynchItemListObject(), ilContainerContentGUI\getItemGUI(), ilCommonActionDispatcherGUI\initHeaderAction(), ilContainerGUI\renderItemList(), ilShopResultPresentationGUI\renderItems(), ilObjectGUI\setTitleAndDescription(), and ilContainerGUI\setTitleAndDescription().

16  {
17  global $objDefinition;
18 
19  $class = $objDefinition->getClassName($a_type);
20  $location = $objDefinition->getLocation($a_type);
21  $full_class = "ilObj".$class."ListGUI";
22  if(@include_once($location."/class.".$full_class.".php"))
23  {
24  return new $full_class();
25  }
26 
27  include_once './Services/Object/classes/class.ilObjectListGUI.php';
28  return new ilObjectListGUI($a_type);
29  }
$location
Definition: buildRTE.php:44
Class ilObjectListGUI.
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: