ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
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:142
PropertyListInterface
ILIAS\Data\URI
Standard
LPInterface
components
ILIAS
Tracking
classes
View
Renderer
RendererInterface.php
Generated on Wed Apr 9 2025 23:03:37 for ILIAS by
1.8.13 (using
Doxyfile
)