|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLearningHistoryService:Public Member Functions | |
| __construct (ilObjUser $user, ilLanguage $lng, \ILIAS\DI\UIServices $ui, ilAccessHandler $access, ilTree $tree) | |
| request () | |
| repositoryTree () | |
| access () | |
| user () | |
| language () | |
| ui () | |
| factory () | |
| Factory for learning history entries. More... | |
| provider () | |
| isActive (int $user_id=0) | |
| Is the service active? The service will be active, if any of its providers are active. More... | |
Protected Attributes | |
| ilObjUser | $current_user |
| ilLanguage | $lng |
| ILIAS DI UIServices | $ui |
| ilAccessHandler | $access |
| ilTree | $tree |
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 service
Definition at line 23 of file class.ilLearningHistoryService.php.
| ilLearningHistoryService::__construct | ( | ilObjUser | $user, |
| ilLanguage | $lng, | ||
| \ILIAS\DI\UIServices | $ui, | ||
| ilAccessHandler | $access, | ||
| ilTree | $tree | ||
| ) |
Definition at line 31 of file class.ilLearningHistoryService.php.
References $access, $lng, $tree, $ui, access(), ILIAS\Repository\lng(), and ui().
Here is the call graph for this function:| ilLearningHistoryService::access | ( | ) |
Definition at line 60 of file class.ilLearningHistoryService.php.
References $access.
Referenced by __construct().
Here is the caller graph for this function:| ilLearningHistoryService::factory | ( | ) |
Factory for learning history entries.
Definition at line 83 of file class.ilLearningHistoryService.php.
| ilLearningHistoryService::isActive | ( | int | $user_id = 0 | ) |
Is the service active? The service will be active, if any of its providers are active.
Definition at line 96 of file class.ilLearningHistoryService.php.
References $DIC, provider(), and user().
Here is the call graph for this function:| ilLearningHistoryService::language | ( | ) |
| ilLearningHistoryService::provider | ( | ) |
Definition at line 88 of file class.ilLearningHistoryService.php.
Referenced by isActive().
Here is the caller graph for this function:| ilLearningHistoryService::repositoryTree | ( | ) |
| ilLearningHistoryService::request | ( | ) |
| ilLearningHistoryService::ui | ( | ) |
Definition at line 75 of file class.ilLearningHistoryService.php.
References $ui.
Referenced by __construct().
Here is the caller graph for this function:| ilLearningHistoryService::user | ( | ) |
Definition at line 65 of file class.ilLearningHistoryService.php.
References $current_user.
Referenced by isActive().
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilLearningHistoryService.php.
Referenced by __construct(), and access().
|
protected |
Definition at line 25 of file class.ilLearningHistoryService.php.
Referenced by user().
|
protected |
Definition at line 26 of file class.ilLearningHistoryService.php.
Referenced by __construct(), and language().
|
protected |
Definition at line 29 of file class.ilLearningHistoryService.php.
Referenced by __construct(), and repositoryTree().
|
protected |
Definition at line 27 of file class.ilLearningHistoryService.php.
Referenced by __construct(), and ui().