ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
TreeToolItemRenderer.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
21 
26 
32 {
38  public function getComponentForItem(isItem $item, bool $with_content = false): Component
39  {
40  global $DIC;
45  $symbol = $this->getStandardSymbol($item);
46 
47  return $this->ui_factory->mainControls()->slate()->legacy($item->getTitle(), $symbol, $this->ui_factory->legacy($DIC->ui()->renderer()->render([$item->getTree()])));
48  }
49 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...