|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Learning history factory. More...
Collaboration diagram for ilLearningHistoryFactory:Public Member Functions | |
| __construct (ilLearningHistoryService $service) | |
| Constructor. More... | |
| entry ($achieve_text, $achieve_in_text, $icon_path, $ts, $obj_id, $ref_id=0) | |
| Create entry. More... | |
| collector () | |
| Entry collector. More... | |
Protected Attributes | |
| $service | |
Learning history factory.
Definition at line 11 of file class.ilLearningHistoryFactory.php.
| ilLearningHistoryFactory::__construct | ( | ilLearningHistoryService | $service | ) |
Constructor.
Definition at line 21 of file class.ilLearningHistoryFactory.php.
References $service.
| ilLearningHistoryFactory::collector | ( | ) |
Entry collector.
return
Definition at line 45 of file class.ilLearningHistoryFactory.php.
| ilLearningHistoryFactory::entry | ( | $achieve_text, | |
| $achieve_in_text, | |||
| $icon_path, | |||
| $ts, | |||
| $obj_id, | |||
$ref_id = 0 |
|||
| ) |
Create entry.
| $title | ||
| $icon_path | ||
| int | $ts | unix timestamp |
Definition at line 34 of file class.ilLearningHistoryFactory.php.
|
protected |
Definition at line 16 of file class.ilLearningHistoryFactory.php.
Referenced by __construct().