ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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\Tracking\View\Renderer\RendererInterface\fixedSizeProgressMeter
fixedSizeProgressMeter(LPInterface $lp_info)
ILIAS\UI\Component\Chart\ProgressMeter\Standard
Definition:
Standard.php:27
ILIAS\Tracking\View\PropertyList\PropertyListInterface
Definition:
PropertyListInterface.php:26
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\standardProgressMeter
standardProgressMeter(LPInterface $lp_info)
Renderer
ILIAS\Tracking\View\Renderer
Definition:
Factory.php:21
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface
Definition:
LPInterface.php:25
ObjectDataInterface
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface
Definition:
ObjectDataInterface.php:23
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
PropertyListInterface
ILIAS\Data\URI
Standard
LPInterface
components
ILIAS
Tracking
classes
View
Renderer
RendererInterface.php
Generated on Mon Sep 1 2025 23:03:31 for ILIAS by
1.8.13 (using
Doxyfile
)