ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilLMSlateTocRendererGUI.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11{
15 protected $service;
16
21 {
22 global $DIC;
23
24 $this->user = $DIC->user();
25 $this->service = $service;
26 }
27
33 public function render()
34 {
35 $fac = new ilLMTOCExplorerGUIFactory();
36
37 $exp = $fac->getExplorer($this->service, "ilTOC");
38 //if (!$exp->handleCommand())
39 return $exp->getHTML();
40 }
41}
user()
Definition: user.php:4
An exception for terminatinating execution or to throw for unit testing.
Main service init and factory.
__construct(ilLMPresentationService $service)
Constructor.
$DIC
Definition: xapitoken.php:46