ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilPDSelectedItemsBlockListGUIFactory Class Reference

Class ilPDSelectedItemsBlockListGUIFactory. More...

+ Collaboration diagram for ilPDSelectedItemsBlockListGUIFactory:

Public Member Functions

 __construct (ilPDSelectedItemsBlockGUI $block, ilPDSelectedItemsBlockViewGUI $blockView)
 ilPDSelectedItemsBlockListGUIFactory constructor. More...
 

Protected Attributes

 $objDefinition
 
 $block
 
 $blockView
 

Static Protected Attributes

static $list_by_type = []
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilPDSelectedItemsBlockListGUIFactory::__construct ( ilPDSelectedItemsBlockGUI  $block,
ilPDSelectedItemsBlockViewGUI  $blockView 
)

ilPDSelectedItemsBlockListGUIFactory constructor.

Parameters
ilPDSelectedItemsBlockGUI$block
ilPDSelectedItemsBlockViewGUI$blockView

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

References $a_type, $block, $blockView, $DIC, and $location.

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

Field Documentation

◆ $block

ilPDSelectedItemsBlockListGUIFactory::$block
protected

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

Referenced by __construct().

◆ $blockView

ilPDSelectedItemsBlockListGUIFactory::$blockView
protected

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

Referenced by __construct().

◆ $list_by_type

ilPDSelectedItemsBlockListGUIFactory::$list_by_type = []
staticprotected

◆ $objDefinition

ilPDSelectedItemsBlockListGUIFactory::$objDefinition
protected

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