ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ToolItemRenderer.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
30 
36 {
40 
46  public function getComponentForItem(isItem $item, bool $with_content = false): Component
47  {
52  $symbol = $this->getStandardSymbol($item);
53 
54  $slate = $this->ui_factory->mainControls()->slate()->legacy($item->getTitle(), $symbol, $item->getContent());
55 
56  $slate = $this->addOnloadCode($slate, $item);
57 
58  return $this->applyDecorator($slate, $item);
59  }
60 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...