ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
LPInterface.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
25
interface
LPInterface
26
{
27
public
function
hasPercentage
(): bool;
28
29
public
function
getUserId
():
int
;
30
31
public
function
getObjectId
():
int
;
32
33
public
function
getLPStatus
():
int
;
34
35
public
function
getStatusChanged
():
ilDateTime
;
36
37
public
function
getPercentage
():
int
;
38
39
public
function
getReadCount
():
int
;
40
41
public
function
getSpentSeconds
():
int
;
42
43
public
function
getLPMode
():
int
;
44
45
public
function
getVisits
():
int
;
46
}
ilDateTime
@classDescription Date and time handling
Definition:
class.ilDateTime.php:43
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface
Definition:
LPInterface.php:26
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getUserId
getUserId()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getLPStatus
getLPStatus()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getObjectId
getObjectId()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getSpentSeconds
getSpentSeconds()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getReadCount
getReadCount()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getPercentage
getPercentage()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\hasPercentage
hasPercentage()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getLPMode
getLPMode()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getVisits
getVisits()
ILIAS\Tracking\View\DataRetrieval\Info\LPInterface\getStatusChanged
getStatusChanged()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Tracking\View\DataRetrieval\Info
Definition:
Combined.php:21
components
ILIAS
Tracking
classes
View
DataRetrieval
Info
LPInterface.php
Generated on Sun Oct 19 2025 23:04:29 for ILIAS by
1.9.4 (using
Doxyfile
)