ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
RendererInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=0);
20
21
namespace
ILIAS\Tracking\View\Renderer
;
22
23
use
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface
;
24
use
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface
;
25
use
ILIAS\Tracking\View\PropertyList\PropertyListInterface
;
26
use
ILIAS\UI\Component\Item\Standard
as UIStandardItem;
27
use
ILIAS\UI\Component\Chart\ProgressMeter\Standard
as UIStandardProgressMeter;
28
use
ILIAS\Data\URI
;
29
30
interface
RendererInterface
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
}
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface
Definition:
LPInterface.php:26
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface
Definition:
ObjectDataInterface.php:24
ILIAS\Tracking\View\PropertyList\PropertyListInterface
Definition:
PropertyListInterface.php:27
ILIAS\Tracking\View\Renderer\RendererInterface
Definition:
RendererInterface.php:31
ILIAS\Tracking\View\Renderer\RendererInterface\standardItem
standardItem(ObjectDataInterface $object_info, PropertyListInterface $property_list, ?URI $title_link=null)
The optional link is applied to the title.
ILIAS\Tracking\View\Renderer\RendererInterface\fixedSizeProgressMeter
fixedSizeProgressMeter(LPInterface $lp_info)
ILIAS\Tracking\View\Renderer\RendererInterface\standardProgressMeter
standardProgressMeter(LPInterface $lp_info)
ILIAS\UI\Component\Chart\ProgressMeter\Standard
Definition:
Standard.php:28
ILIAS\UI\Component\Dropdown\Standard
This describes a Standard Dropdown.
Definition:
Standard.php:27
ILIAS\Tracking\View\Renderer
Definition:
Factory.php:21
components
ILIAS
Tracking
classes
View
Renderer
RendererInterface.php
Generated on Sat Oct 18 2025 23:03:26 for ILIAS by
1.9.4 (using
Doxyfile
)