ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilPDSelectedItemsBlockListGUIFactory Class Reference

Class ilPDSelectedItemsBlockListGUIFactory. More...

+ Collaboration diagram for ilPDSelectedItemsBlockListGUIFactory:

Public Member Functions

 __construct (ilPDSelectedItemsBlockGUI $block)
 ilPDSelectedItemsBlockListGUIFactory constructor. More...
 

Protected Attributes

 $objDefinition
 
 $block
 

Static Protected Attributes

static $list_by_type = array()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilPDSelectedItemsBlockListGUIFactory::__construct ( ilPDSelectedItemsBlockGUI  $block)

ilPDSelectedItemsBlockListGUIFactory constructor.

Parameters
ilPDSelectedItemsBlockGUI$block

Definition at line 28 of file class.ilPDSelectedItemsBlockListGUIFactory.php.

29 {
30 global $DIC;
31
32 $this->objDefinition = $DIC['objDefinition'];
33 $this->block = $block;
34 }
global $DIC
Definition: saml.php:7

References $block, and $DIC.

Field Documentation

◆ $block

ilPDSelectedItemsBlockListGUIFactory::$block
protected

Definition at line 22 of file class.ilPDSelectedItemsBlockListGUIFactory.php.

Referenced by __construct().

◆ $list_by_type

ilPDSelectedItemsBlockListGUIFactory::$list_by_type = array()
staticprotected

◆ $objDefinition

ilPDSelectedItemsBlockListGUIFactory::$objDefinition
protected

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