ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjectListGUIFactory Class Reference

Class ilObjectListGUIFactory. More...

+ Collaboration diagram for ilObjectListGUIFactory:

Public Member Functions

_getListGUIByType ($a_type)

Detailed Description

Class ilObjectListGUIFactory.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Id:
class.ilObjectListGUIFactory.php 20150 2009-06-08 18:02:33Z akill

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

Member Function Documentation

& ilObjectListGUIFactory::_getListGUIByType (   $a_type)

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

References $location.

Referenced by ilCourseContentGUI\__getItemGUI(), ilContainerGUI\getAsynchItemListObject(), ilContainerContentGUI\getItemGUI(), ilContainerGUI\renderItemList(), and ilShopResultPresentationGUI\renderItems().

{
global $objDefinition;
$class = $objDefinition->getClassName($a_type);
$location = $objDefinition->getLocation($a_type);
$full_class = "ilObj".$class."ListGUI";
include_once($location."/class.".$full_class.".php");
$item_list_gui = new $full_class();
return $item_list_gui;
}

+ Here is the caller graph for this function:


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