ILIAS  Release_3_10_x_branch Revision 61812
 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 8189 2005-07-25 21:42:33Z akill

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

Member Function Documentation

& ilObjectListGUIFactory::_getListGUIByType (   $a_type)

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

References $location.

Referenced by ilCourseContentGUI\__getItemGUI(), 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: