ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
RendererInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=0);
20
22
26use ILIAS\UI\Component\Item\Standard as UIStandardItem;
27use ILIAS\UI\Component\Chart\ProgressMeter\Standard as UIStandardProgressMeter;
29
31{
32 public function standardProgressMeter(
33 LPInterface $lp_info
34 ): UIStandardProgressMeter;
35
39 public function standardItem(
40 ObjectDataInterface $object_info,
41 PropertyListInterface $property_list,
42 ?URI $title_link = null
43 ): UIStandardItem;
44
45 public function fixedSizeProgressMeter(
46 LPInterface $lp_info
47 ): UIStandardProgressMeter;
48}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
standardItem(ObjectDataInterface $object_info, PropertyListInterface $property_list, ?URI $title_link=null)
The optional link is applied to the title.
This describes a Standard Dropdown.
Definition: Standard.php:27