ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
interface.ilLearningHistoryProvider.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13
interface
ilLearningHistoryProviderInterface
14
{
20
public
function
isActive
();
21
29
public
function
getEntries
($ts_start, $ts_end);
30
35
public
function
getName
() : string;
36
}
ilLearningHistoryProviderInterface
Learning history provider interface.
Definition:
interface.ilLearningHistoryProvider.php:13
ilLearningHistoryProviderInterface\isActive
isActive()
Is active?
ilLearningHistoryProviderInterface\getName
getName()
Get name of provider (in user language)
ilLearningHistoryProviderInterface\getEntries
getEntries($ts_start, $ts_end)
Get entries.
Services
LearningHistory
interfaces
interface.ilLearningHistoryProvider.php
Generated on Sun Aug 31 2025 21:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)