ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilPDBaseObjectsRenderer.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
7
12{
14 protected $blockView;
15
17 protected $uiFactory;
18
20 protected $uiRenderer;
21
23 protected $user;
24
26 protected $lng;
27
29 protected $objectService;
30
32 protected $ctrl;
33
36
38 protected $tpl;
39
41 protected $currentRowType = '';
42
54 public function __construct(
63 ) {
64 $this->blockView = $blockView;
65 $this->uiFactory = $uiFactory;
66 $this->uiRenderer = $uiRenderer;
67 $this->listItemFactory = $listItemFactory;
68 $this->user = $user;
69 $this->lng = $lng;
70 $this->objectService = $objectService;
71 $this->ctrl = $ctrl;
72 }
73}
user()
Definition: user.php:4
An exception for terminatinating execution or to throw for unit testing.
This class provides processing control methods.
language handling
Class ilPDBaseObjectsRenderer.
__construct(ilPDSelectedItemsBlockViewGUI $blockView, Factory $uiFactory, Renderer $uiRenderer, ilPDSelectedItemsBlockListGUIFactory $listItemFactory, ilObjUser $user, ilLanguage $lng, ilObjectService $objectService, ilCtrl $ctrl)
ilPDSelectedItemsTileRenderer constructor.
Class ilPDSelectedItemsBlockViewGUI.
This is how the factory for UI elements looks.
Definition: Factory.php:18
An entity that renders components to a string output.
Definition: Renderer.php:15
Interface ilPDObjectsRenderer.