ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
◀ 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
FactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=0);
20
21
namespace
ILIAS\Tracking\View\DataRetrieval\Info
;
22
23
use
ilDateTime
;
24
use
ILIAS\Tracking\View\DataRetrieval\Info\Iterator\FactoryInterface
as IteratorFactoryInterface;
25
use
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface
as
LPInfoInterface
;
26
use
ILIAS\Tracking\View\DataRetrieval\Info\Iterator\LPInterface
as
LPIteratorInterface
;
27
use
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface
as
ObjectDataInfoInterface
;
28
use
ILIAS\Tracking\View\DataRetrieval\Info\Iterator\ObjectDataInterface
as
ObjectDataIteratorInterface
;
29
use
ILIAS\Tracking\View\DataRetrieval\Info\CombinedInterface
as
CombinedInfoInterface
;
30
use
ILIAS\Tracking\View\DataRetrieval\Info\Iterator\CombinedInterface
as
CombinedIteratorInterface
;
31
use
ILIAS\Tracking\View\DataRetrieval\Info\ViewInterface
as
ViewInfoInterface
;
32
33
interface
FactoryInterface
34
{
35
public
function
iterator
(): IteratorFactoryInterface;
36
37
public
function
lp
(
38
int
$user_id
,
39
int
$object_id,
40
int
$lp_status,
41
int
$percentage,
42
int
$lp_mode,
43
int
$spent_seconds,
44
ilDateTime
$status_changed,
45
int
$visits,
46
int
$read_count,
47
bool
$has_percentage
48
):
LPInfoInterface
;
49
50
public
function
combined
(
51
LPinfoInterface
$lp_info,
52
ObjectDataInfoInterface
$object_data_info
53
):
CombinedInfoInterface
;
54
55
public
function
objectData
(
56
int
$object_id,
57
string
$title,
58
string
$description,
59
string
$type
60
):
ObjectDataInfoInterface
;
61
62
public
function
view
(
63
ObjectDataIteratorInterface
$object_data_iterator,
64
LPIteratorInterface
$lp_iterator,
65
CombinedIteratorInterface
$combined_iterator
66
):
ViewInfoInterface
;
67
}
ilDateTime
ViewInterface
ILIAS\Tracking\View\DataRetrieval\Info\FactoryInterface\objectData
objectData(int $object_id, string $title, string $description, string $type)
LPInterface
$user_id
int $user_id
Definition:
trait.ilExAssignmentTypeGUIBase.php:38
ILIAS\Tracking\View\DataRetrieval\Info\FactoryInterface\lp
lp(int $user_id, int $object_id, int $lp_status, int $percentage, int $lp_mode, int $spent_seconds, ilDateTime $status_changed, int $visits, int $read_count, bool $has_percentage)
ObjectDataInterface
ObjectDataInterface
ILIAS\Tracking\View\DataRetrieval\Info
Definition:
Combined.php:21
CombinedInterface
ILIAS\Tracking\View\DataRetrieval\Info\FactoryInterface
Definition:
FactoryInterface.php:33
ILIAS\Tracking\View\DataRetrieval\Info\FactoryInterface\view
view(ObjectDataIteratorInterface $object_data_iterator, LPIteratorInterface $lp_iterator, CombinedIteratorInterface $combined_iterator)
ILIAS\Tracking\View\DataRetrieval\Info\FactoryInterface\iterator
iterator()
ILIAS\Tracking\View\DataRetrieval\Info\FactoryInterface\combined
combined(LPinfoInterface $lp_info, ObjectDataInfoInterface $object_data_info)
ILIAS\Tracking\View\DataRetrieval\Info\Iterator\FactoryInterface
Definition:
FactoryInterface.php:30
CombinedInterface
LPInterface
components
ILIAS
Tracking
classes
View
DataRetrieval
Info
FactoryInterface.php
Generated on Tue Apr 8 2025 23:02:28 for ILIAS by
1.8.13 (using
Doxyfile
)