ILIAS  Release_5_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 30046 2011-07-27 14:23:49Z smeyer

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 ilContainerGUI\getAsynchItemListObject(), ilContainerContentGUI\getItemGUI(), ilShopResultPresentationGUI\getObjectListItem(), ilCommonActionDispatcherGUI\initHeaderAction(), ilObjectGUI\setTitleAndDescription(), and ilContainerGUI\setTitleAndDescription().

{
global $objDefinition;
$class = $objDefinition->getClassName($a_type);
$location = $objDefinition->getLocation($a_type);
$full_class = "ilObj".$class."ListGUI";
if(@include_once($location."/class.".$full_class.".php"))
{
return new $full_class();
}
include_once './Services/Object/classes/class.ilObjectListGUI.php';
return new ilObjectListGUI($a_type);
}

+ Here is the caller graph for this function:


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