ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilLearningHistoryService $service) | |
entry (string $achieve_text, string $achieve_in_text, string $icon_path, int $ts, int $obj_id, int $ref_id=0) | |
Create entry. More... | |
collector () | |
Entry collector. More... | |
Protected Attributes | |
ilLearningHistoryService | $service |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Learning history factory
Definition at line 23 of file class.ilLearningHistoryFactory.php.
ilLearningHistoryFactory::__construct | ( | ilLearningHistoryService | $service | ) |
Definition at line 27 of file class.ilLearningHistoryFactory.php.
References $service.
ilLearningHistoryFactory::collector | ( | ) |
Entry collector.
Definition at line 49 of file class.ilLearningHistoryFactory.php.
ilLearningHistoryFactory::entry | ( | string | $achieve_text, |
string | $achieve_in_text, | ||
string | $icon_path, | ||
int | $ts, | ||
int | $obj_id, | ||
int | $ref_id = 0 |
||
) |
Create entry.
Definition at line 35 of file class.ilLearningHistoryFactory.php.
References $ref_id.
|
protected |
Definition at line 25 of file class.ilLearningHistoryFactory.php.
Referenced by __construct().