ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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?
php
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 Thu Jan 16 2025 19:02:23 for ILIAS by
1.8.13 (using
Doxyfile
)