ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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.

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.

References $location.

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

+ Here is the caller graph for this function:

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